Exemplo n.º 1
0
 public AlunoViewModel BuscarAlunoPorId(Guid id)
 {
     return(Mapper.Map <AlunoViewModel>(_alunoservice.BuscarAlunoPorId(id)));
 }