- using System;
- using System.Collections.Generic;
- using System.Common;
- using System.Model;
- using System.Text;
- using System.IRepositories;
- namespace System.Repositories
- {
-
- public class Cus_MsgRepository : BaseRepository<T_Cus_Msg>, ICus_MsgRepository
- {
- }
- }
|