public IEnumerable <TEntity> GetAll()
 {
     return(_dbContext.GetAll());
 }
Пример #2
0
 public IEnumerable <Contact> GetAll()
 {
     return(_dbContext.GetAll());
 }