Exemplo n.º 1
0
 public async Task <int> RegisterOrderAsync(Order newOrder)
 {
     return(await _orderDataAccess.RegisterOrderAsync(newOrder));
 }