Ejemplo n.º 1
0
 public DetailsController(Production_of_detalsContext context)
 {
     _context = context;
 }
 public OrdersController(Production_of_detalsContext context)
 {
     _context = context;
 }
 public MaterialTypesController(Production_of_detalsContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public EmployeesController(Production_of_detalsContext context)
 {
     _context = context;
 }
 public InvoicesController(Production_of_detalsContext context)
 {
     _context = context;
 }
Ejemplo n.º 6
0
 public ClientsController(Production_of_detalsContext context)
 {
     _context = context;
 }