Esempio 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;
 }
Esempio n. 4
0
 public EmployeesController(Production_of_detalsContext context)
 {
     _context = context;
 }
 public InvoicesController(Production_of_detalsContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public ClientsController(Production_of_detalsContext context)
 {
     _context = context;
 }