コード例 #1
0
 protected EntityFrameworkRepository(EntityFrameworkRepositoryService <TDbContext> entityFrameworkRepositoryService)
 {
     EntityFrameworkRepositoryService = entityFrameworkRepositoryService;
     DbSet = EntityFrameworkRepositoryService.DbSet <TEntity>();
 }
コード例 #2
0
 protected EntityFrameworkKeyedRepository(EntityFrameworkRepositoryService <TDbContext> permitDetailsReportSetupRepositoryService) :
     base(permitDetailsReportSetupRepositoryService)
 {
 }