Пример #1
0
 public GenericRepository(IMongoDbContext dbContext)
 {
     Collection = dbContext.DbSet <T>();
 }