Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ConsumingWCFServiceInWPFApp.AuthProxy.STC_MSG> LoginAsync(ConsumingWCFServiceInWPFApp.AuthProxy.STC_MSG msg)
 {
     return(base.Channel.LoginAsync(msg));
 }
Exemplo n.º 2
0
 public ConsumingWCFServiceInWPFApp.AuthProxy.STC_MSG Login(ConsumingWCFServiceInWPFApp.AuthProxy.STC_MSG msg)
 {
     return(base.Channel.Login(msg));
 }