Exemplo n.º 1
0
 public PhoneViewModel FindbyId(Guid id)
 {
     return(_iMapper.Map <PhoneViewModel>(_iPhoneService.FindbyId(id)));
 }