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