예제 #1
0
 public List <ProfessorTurma> Get()
 {
     return(_professorTurmaRepository.Listar());
 }
 public ActionResult <IEnumerable <ProfessorTurma> > GetProfessorTurma()
 {
     return(_profeTurmaRepository.Listar());
 }