示例#1
0
 public AlunosController(AlunosService alunosService)
 {
     _alunosService = alunosService;
 }
示例#2
0
 public EscolaServiceImp(TurmasService turmasService, AlunosService alunosService, AlunoTurmaService alunoTurmaService)
 {
     TurmasService = turmasService;
     AlunosService = alunosService;
     AlunoTurmaService = alunoTurmaService;
 }
 public AlunosController(AlunosService contextAluno)
 {
     _contextAluno = contextAluno;
 }