예제 #1
0
 public ThirdTypeRepository(CompanyDatabaseContext dbContext) : base(dbContext)
 {
 }
예제 #2
0
 public MenuRepository(CompanyDatabaseContext dbContext) : base(dbContext)
 {
 }
예제 #3
0
 public UserStatusRepository(CompanyDatabaseContext dbContext) : base(dbContext)
 {
 }