Ejemplo n.º 1
0
 public async Task CreateClientAsync(ClientInput input)
 {
     await _clientRepository.InsertAsync(input.MapTo<Client>());
 }