コード例 #1
0
ファイル: adminBL.cs プロジェクト: saii2003/Bookstore
 public DataTable messageSel(DateTime time1, DateTime time2)
 {
     adminDA admin = new adminDA();
     return admin.messageSel(time1, time2);
 }
コード例 #2
0
ファイル: adminBL.cs プロジェクト: saii2003/Bookstore
 public DataTable messageSel()
 {
     adminDA admin = new adminDA();
     return admin.messageSel();
 }