Ejemplo n.º 1
0
 public void UpdateOrderWithInProgressStatus(long orderId, long statusId, string userId)
 {
     _dataService.UpdateOrderWithInProgressStatus(orderId, statusId, userId);
 }