コード例 #1
0
ファイル: BLL_Hang.cs プロジェクト: thanhhuydev77/OOAD-
 public bool SuaMatHang(DTO_Hang loaidl)
 {
     return(hang.SuaMatHang(loaidl));
 }