Beispiel #1
0
 public bool RemoveItem(Klient.GameShopRef.Item item)
 {
     return(base.Channel.RemoveItem(item));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <bool> RemoveItemAsync(Klient.GameShopRef.Item item)
 {
     return(base.Channel.RemoveItemAsync(item));
 }
Beispiel #3
0
 public bool InsertNewItem(Klient.GameShopRef.Item item)
 {
     return(base.Channel.InsertNewItem(item));
 }