public System.Threading.Tasks.Task <Libretto.Model.Response> InsertOrderAsync(Libretto.Model.Order orderInformation) { return(base.Channel.InsertOrderAsync(orderInformation)); }
public Libretto.Model.Response InsertOrder(Libretto.Model.Order orderInformation) { return(base.Channel.InsertOrder(orderInformation)); }