Ejemplo n.º 1
0
 public GenericRepository(CarWashContext _context)
 {
     this._context = _context;
     table         = _context.Set <T>();
 }