コード例 #1
0
 public TurmaViewModel BuscarTurmaPorId(Guid id)
 {
     return(Mapper.Map <TurmaViewModel>(_turmaservice.BuscarTurmaPorId(id)));
 }