コード例 #1
0
ファイル: BillBUS.cs プロジェクト: dachieu287/PL_BanHang
 public bool Edit(int id, Bill bill)
 {
     return(dao.Edit(id, bill));
 }