protected EntityFrameworkRepository(EntityFrameworkRepositoryService <TDbContext> entityFrameworkRepositoryService) { EntityFrameworkRepositoryService = entityFrameworkRepositoryService; DbSet = EntityFrameworkRepositoryService.DbSet <TEntity>(); }
protected EntityFrameworkKeyedRepository(EntityFrameworkRepositoryService <TDbContext> permitDetailsReportSetupRepositoryService) : base(permitDetailsReportSetupRepositoryService) { }