Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UpdateBidAsync(DesktopClientToService.ServiceRefBid.Bid aBidToUpdate)
 {
     return(base.Channel.UpdateBidAsync(aBidToUpdate));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> PlaceBidAsync(DesktopClientToService.ServiceRefBid.Bid bidToPlace)
 {
     return(base.Channel.PlaceBidAsync(bidToPlace));
 }
Exemplo n.º 3
0
 public bool UpdateBid(DesktopClientToService.ServiceRefBid.Bid aBidToUpdate)
 {
     return(base.Channel.UpdateBid(aBidToUpdate));
 }
Exemplo n.º 4
0
 public bool PlaceBid(DesktopClientToService.ServiceRefBid.Bid bidToPlace)
 {
     return(base.Channel.PlaceBid(bidToPlace));
 }