Exemplo n.º 1
0
 public void Update(Order order)
 {
     logger.LogInformation($"{nameof(Update)} {order}.");
     orderDataService.Update(order);
 }