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