| using System; | 
| using System.Collections.Generic; | 
| using System.Linq; | 
| using System.Text; | 
| using System.Threading.Tasks; | 
| using WIDESEAWCS_Core.BaseRepository; | 
| using WIDESEAWCS_QuartzJob.Models; | 
|   | 
| namespace WIDESEAWCS_QuartzJob.Repository | 
| { | 
|     public class RouterRepository : RepositoryBase<Dt_Router>, IRouterRepository | 
|     { | 
|         public RouterRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) | 
|         { | 
|         } | 
|     } | 
| } |