Ejemplo n.º 1
0
 public ClientViewModel GetByEmail(string email)
 {
     return(Mapper.Map <ClientViewModel>(_clientService.GetByEmail(email)));
 }