コード例 #1
0
 public IList <AlunoDTO> GetByTurma(int turmaid)
 {
     return(_alunoService.GetAllByTurmaId(turmaid));
 }