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