Example #1
0
 public IActionResult Approve(Guid id)
 {
     _orderAppService.Approve(id);
     return(Ok());
 }