- using System;
- using System.Collections.Generic;
- using System.Common;
- using System.IRepositories.Sys;
- using System.Model.Sys;
- using System.Text;
- namespace System.Repositories.Sys
- {
-
- public class Sys_AutoDialRepository
- : BaseRepository<T_Sys_AutoDial>, ISys_AutoDialRepository
- {
- }
- }
|