Beispiel #1
0
 public async Task <string> CancelarPedido(int idPedido)
 {
     return(await service.CancelarPedido(idPedido));
 }