Ejemplo n.º 1
0
 public TurmaController()
 {
     AlunoRepository      = new AlunoRepository(new BomNaEscolaBomDeBolaDbContext());
     VoluntarioRepository = new VoluntarioRepository(new BomNaEscolaBomDeBolaDbContext());
 }
Ejemplo n.º 2
0
        // GET: Account

        public AccountController()
        {
            VoluntarioRepository = new VoluntarioRepository(new BomNaEscolaBomDeBolaDbContext());
        }