コード例 #1
0
ファイル: Reference.cs プロジェクト: fwka1605/next
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.CountResult> SaveDiscountAsync(string SessionKey, Rac.VOne.Web.Models.BillingDiscount BillingDiscount)
 {
     return(base.Channel.SaveDiscountAsync(SessionKey, BillingDiscount));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: fwka1605/next
 public Rac.VOne.Web.Models.CountResult SaveDiscount(string SessionKey, Rac.VOne.Web.Models.BillingDiscount BillingDiscount)
 {
     return(base.Channel.SaveDiscount(SessionKey, BillingDiscount));
 }