Ejemplo n.º 1
0
 public bool UpdateBag(WebMVC.BagService.Bag bag)
 {
     return(base.Channel.UpdateBag(bag));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> UpdateBagAsync(WebMVC.BagService.Bag bag)
 {
     return(base.Channel.UpdateBagAsync(bag));
 }
Ejemplo n.º 3
0
 public bool AddNewBag(WebMVC.BagService.Bag bag)
 {
     return(base.Channel.AddNewBag(bag));
 }