Example #1
0
 public PagamentoDAO(GymSpecContext context)
 {
     this.context = context;
 }
Example #2
0
        // código do construtor da classe

        public AlunoDAO(GymSpecContext context)
        {
            this.context = context;
        }