- 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_BottomNumberRepository
- : BaseRepository<T_Sys_BottomNumber>, ISys_BottomNumberRepository
- {
- }
- }
|