Esempio n. 1
0
 public virtual Task <PaymentDto> CancelAsync(Guid id)
 {
     return(_service.CancelAsync(id));
 }