Esempio n. 1
0
 public ClaimsViewModel ObterPorId(Guid claimId)
 {
     return(Mapper.Map <ClaimsViewModel>(_claimsService.ObterPorId(claimId)));
 }