Beispiel #1
0
 public CursoDal()
 {
     this.context = new AccessSql();
 }
Beispiel #2
0
 public AlumnoDal()
 {
     this.context = new AccessSql();
 }