Exemplo n.º 1
0
 private TurmaService()
 {
     TurmaRepository = TurmaRepository.GetInstance();
 }
Exemplo n.º 2
0
 public AlunoController()
 {
     AlunoService     = AlunoService.GetInstance();
     TurmaRepository  = TurmaRepository.GetInstance();
     EscolaRepository = EscolaRepository.GetInstance();
 }