Exemple #1
0
 public int shipCount()
 {
     int count = 0;
     adminDA admin = new adminDA();
     count = admin.shipCount();
     return count;
 }