コード例 #1
0
 public System.Threading.Tasks.Task <bool> BestelleAsync(Client.ServiceReference1.Pizza pizza)
 {
     return(base.Channel.BestelleAsync(pizza));
 }
コード例 #2
0
 public bool Bestelle(Client.ServiceReference1.Pizza pizza)
 {
     return(base.Channel.Bestelle(pizza));
 }