Esempio n. 1
0
 public ICollection <T> GetAll()
 {
     return(_context.Set <T>().ToArray());
 }