コード例 #1
0
ファイル: HoaDonBus.cs プロジェクト: thinhbui/bookapp
 public int UpdateKH(HoaDon obj)
 {
     return(dao.UpdateKH(obj));
 }