Ejemplo n.º 1
0
 public IEnumerable <T> Get()
 {
     return(_context.Set <T>());
 }
Ejemplo n.º 2
0
 public IEnumerable <T> Get()
 {
     return(_ctx.Set <T>().ToList());
 }