Exemplo n.º 1
0
 public List <T> GetAll <T>() where T : class
 {
     return(_dbContext.Set <T>().ToList());
 }