コード例 #1
0
ファイル: HoaDonService.cs プロジェクト: ngocthangh/OOAD
 public static bool Update(HoaDon hoadon)
 {
     return(Controller.Update(hoadon));
 }