Example #1
0
 public System.Threading.Tasks.Task <string> UpdateOfferAsync(string auctionId, string offerId, WcfClient.ServiceReference1.Offer offer)
 {
     return(base.Channel.UpdateOfferAsync(auctionId, offerId, offer));
 }
Example #2
0
 public System.Threading.Tasks.Task <string> addOfferAsync(WcfClient.ServiceReference1.Offer offer, string id)
 {
     return(base.Channel.addOfferAsync(offer, id));
 }
Example #3
0
 public string UpdateOffer(string auctionId, string offerId, WcfClient.ServiceReference1.Offer offer)
 {
     return(base.Channel.UpdateOffer(auctionId, offerId, offer));
 }
Example #4
0
 public string addOffer(WcfClient.ServiceReference1.Offer offer, string id)
 {
     return(base.Channel.addOffer(offer, id));
 }