Example #1
0
 public System.Threading.Tasks.Task <AfipLoginCmsServiceReference.loginCmsResponse> loginCmsAsync(string in0)
 {
     AfipLoginCmsServiceReference.loginCmsRequest inValue = new AfipLoginCmsServiceReference.loginCmsRequest();
     inValue.in0 = in0;
     return(((AfipLoginCmsServiceReference.LoginCMS)(this)).loginCmsAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <AfipLoginCmsServiceReference.loginCmsResponse> AfipLoginCmsServiceReference.LoginCMS.loginCmsAsync(AfipLoginCmsServiceReference.loginCmsRequest request)
 {
     return(base.Channel.loginCmsAsync(request));
 }