Beispiel #1
0
 public async Task <UpdateClientModelResponse> Update(UpdateClientModelRequest model)
 {
     return(await _mediator.SendAsync(model));
 }
Beispiel #2
0
 public async Task <UpdateClientModelResponse> Update(UpdateClientModelRequest model)
 {
     return(await _clientService.Update(model));
 }