Exemple #1
0
 public IEnumerable <ClienteDto> Listar(string nombre)
 {
     return(ClienteMapper.ToClientesDto(repositorio.Listar(nombre)));
 }