Ejemplo n.º 1
0
 public bool ExistsAlunosComTurmas(long id)
 {
     return(_repository.ExistsAlunosComTurmas(id));
 }