Example #1
0
 public DiretoriaViewModel GetById(Guid id)
 {
     return(_mapper.Map <DiretoriaViewModel>(_diretoriaRepository.GetById(id)));
 }