コード例 #1
0
 public System.Threading.Tasks.Task <Libretto.Model.Response> InsertOrderAsync(Libretto.Model.Order orderInformation)
 {
     return(base.Channel.InsertOrderAsync(orderInformation));
 }
コード例 #2
0
 public Libretto.Model.Response InsertOrder(Libretto.Model.Order orderInformation)
 {
     return(base.Channel.InsertOrder(orderInformation));
 }