Exemple #1
0
 public async Task <Client> GetByIdAsync(string id)
 {
     return(await ObjectMapper.ClientEntityToDtoClient(await _clientRepository.GetByIdAsync(id)));
 }