Beispiel #1
0
 public void Update(Order order)
 {
     _context.Update(order);
 }
Beispiel #2
0
 public void Update(Machine machine)
 {
     _context.Update(machine);
 }
 public void Update(Operation operation)
 {
     _context.Update(operation);
 }
Beispiel #4
0
 public void Update(Product product)
 {
     _context.Update(product);
 }
Beispiel #5
0
 public void Update(Customer customer)
 {
     _context.Update(customer);
 }
 public void Update(ProductionLine productionLine)
 {
     _context.Update(productionLine);
 }