예제 #1
0
 private TurmaService()
 {
     TurmaRepository = TurmaRepository.GetInstance();
 }
예제 #2
0
 public AlunoController()
 {
     AlunoService     = AlunoService.GetInstance();
     TurmaRepository  = TurmaRepository.GetInstance();
     EscolaRepository = EscolaRepository.GetInstance();
 }