コード例 #1
0
ファイル: Discount.cs プロジェクト: Cyrekxs/CES
 public static Discount GetDiscount(int DiscountID)
 {
     return(Discount_DS.GetDiscount(DiscountID));
 }
コード例 #2
0
ファイル: Discount.cs プロジェクト: Cyrekxs/CES
 public static bool InsertUpdateDiscount(Discount discount)
 {
     return(Discount_DS.InsertUpdateDiscount(discount));
 }
コード例 #3
0
ファイル: Discount.cs プロジェクト: Cyrekxs/CES
 public static List <Discount> GetDiscounts()
 {
     return(Discount_DS.GetDiscounts());
 }