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