Пример #1
0
 public TViewModel Consultar(Guid id)
 {
     return(_mapper.Map <TViewModel>(_service.Consultar(id)));
 }