public EditeServiceModel(GrupoESINuevo.Data.ApplicationDbContext context) { _context = context; }
public DeleteQuotationModel(GrupoESINuevo.Data.ApplicationDbContext context) { _context = context; }
public CreateOrderModel(GrupoESINuevo.Data.ApplicationDbContext context) { _context = context; }
public DeleteServiceTypeModel(GrupoESINuevo.Data.ApplicationDbContext context) { _context = context; }
public IndexModel(GrupoESINuevo.Data.ApplicationDbContext context) { _context = context; }
public DetailsMaterialModel(GrupoESINuevo.Data.ApplicationDbContext context) { _context = context; }
public AddServiceToOrderModel(GrupoESINuevo.Data.ApplicationDbContext context) { _context = context; }
public DetailsOrderModel(GrupoESINuevo.Data.ApplicationDbContext context) { _context = context; }