Exemplo n.º 1
0
 private async Task <Order> ImportOrderAsync(Order order)
 {
     return(await _orderDomainService.ImportOrderAsync(order));
 }