コード例 #1
0
ファイル: HoaDonBLL.cs プロジェクト: truongduchuy/LTUDQL
 public int HoaDon_Delete(string maHD)
 {
     return(hdDAL.HoaDon_Delete(maHD));
 }