Esempio n. 1
0
 protected EntityFrameworkCoreReadOnlyRepository(
     EntityFrameworkCoreRepositoryService <TDbContext> entityFrameworkCoreRepositoryService)
 {
     EntityFrameworkCoreRepositoryService = entityFrameworkCoreRepositoryService;
     DbSet = EntityFrameworkCoreRepositoryService.DbSet <TEntity>();
 }