예제 #1
0
 public DataTable memSel()
 {
     adminDA admin = new adminDA();
     return admin.memSel();
 }