예제 #1
0
 public System.Threading.Tasks.Task <string> CreateToyAsync(ClientPatZyg.ServiceReference1.ToyWcf toyWcf)
 {
     return(base.Channel.CreateToyAsync(toyWcf));
 }
예제 #2
0
 public string CreateToy(ClientPatZyg.ServiceReference1.ToyWcf toyWcf)
 {
     return(base.Channel.CreateToy(toyWcf));
 }