示例#1
0
 public Turma BuscarTurmaPorId(Guid id)
 {
     return(_turmarepository.BuscarTurmaPorId(id));
 }