Exemplo n.º 1
0
 public TurmasController()
 {
     this.turmaBusiness  = new TurmaBusiness();
     this.escolaBusiness = new EscolaBusiness();
 }
Exemplo n.º 2
0
 public EscolasController()
 {
     this.escolaBusiness = new EscolaBusiness();
 }