Beispiel #1
0
 public async Task <string> MakeOrder(OrderDto order)
 {
     return(await communicationService.ApplyOrder(order));
 }