Ejemplo n.º 1
0
 public void ChangeStatusOfOrder(int orderId, Status status)
 {
     orderRepo.ChangeStatusOfOrder(orderId, status);
 }