- using System;
- using System.Collections.Generic;
- using System.Text;
- using System.IRepositories;
- using System.Model;
- using System.Common;
- namespace System.Repositories
- {
- public class Sys_WorkOffDaysRepository : BaseRepository<T_Sys_WorkOffDays>, ISys_WorkOffDaysRepository
- {
- }
- }
|