private void ConfigDbSet()
 {
     DbSet = Context.GetCollection <TEntity>(typeof(TEntity).Name);
 }
Пример #2
0
 protected void ConfigDbSet()
 {
     DbSet = Context.GetCollection <TEntity>(_collectionName);
 }