예제 #1
0
 public async Task <ExampleDto> ObterPorId(Guid Id)
 {
     return(_mapper.Map <ExampleDto>(await _exempleRepository.ObterPorId(Id)));
 }