예제 #1
0
 public System.Threading.Tasks.Task <Libretto.Model.Response> InsertPurchaseAsync(Libretto.Model.Purchase purchaseInformation)
 {
     return(base.Channel.InsertPurchaseAsync(purchaseInformation));
 }
예제 #2
0
 public Libretto.Model.Response InsertPurchase(Libretto.Model.Purchase purchaseInformation)
 {
     return(base.Channel.InsertPurchase(purchaseInformation));
 }