コード例 #1
0
ファイル: adminBL.cs プロジェクト: saii2003/Bookstore
 public int shipCount()
 {
     int count = 0;
     adminDA admin = new adminDA();
     count = admin.shipCount();
     return count;
 }