| 1234567891011121314151617 |
-
- using System;
- using System.Collections.Generic;
- using System.Common;
- using System.IO;
- using System.Linq;
- using System.Model;
- using System.Model.Sys;
- using System.Text;
- namespace System.IRepositories.Sys
- {
-
- public interface ISys_AutoDialRepository : IRepository<T_Sys_AutoDial>
- {
- }
- }
|