Exemple #1
0
 public async Task <CommandResult> SendProForma([FromBody] GuidContract proFormaId) => await _paymentService.SendProFormaAsync(proFormaId.Id);
Exemple #2
0
 public async Task <CommandResult> CustomerPassword([FromBody] GuidContract customerId)
 {
     return(await _customerService.PasswordAsync(customerId.Id));
 }