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