Beispiel #1
0
 public void UpdateOrderWithCompletedStatus(long orderId, long statusId, string userId)
 {
     _dataService.UpdateOrderWithCompletedStatus(orderId, statusId, userId);
 }