コード例 #1
0
ファイル: BUS_Sach.cs プロジェクト: 01297462246/BookStore
 public int getGiaSach(String maSach)
 {
     return(dal_Sach.getPrice(maSach));
 }