Example #1
0
 public ContatoRepresentadaViewModel ObterPorId(Guid id)
 {
     return(Mapper.Map <ContatoRepresentadaViewModel>(_contatoRepresentadaService.ObterPorId(id)));
 }