Beispiel #1
0
 public System.Threading.Tasks.Task <Desguace_Net.LoginServicio.Login_DesResponse> Login_DesAsync(string Password, string cif)
 {
     Desguace_Net.LoginServicio.Login_DesRequest inValue = new Desguace_Net.LoginServicio.Login_DesRequest();
     inValue.Body          = new Desguace_Net.LoginServicio.Login_DesRequestBody();
     inValue.Body.Password = Password;
     inValue.Body.cif      = cif;
     return(((Desguace_Net.LoginServicio.LoginDesguace)(this)).Login_DesAsync(inValue));
 }
Beispiel #2
0
 public string Login_Des(string Password, string cif)
 {
     Desguace_Net.LoginServicio.Login_DesRequest inValue = new Desguace_Net.LoginServicio.Login_DesRequest();
     inValue.Body          = new Desguace_Net.LoginServicio.Login_DesRequestBody();
     inValue.Body.Password = Password;
     inValue.Body.cif      = cif;
     Desguace_Net.LoginServicio.Login_DesResponse retVal = ((Desguace_Net.LoginServicio.LoginDesguace)(this)).Login_Des(inValue);
     return(retVal.Body.@return);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Desguace_Net.LoginServicio.Login_DesResponse> Desguace_Net.LoginServicio.LoginDesguace.Login_DesAsync(Desguace_Net.LoginServicio.Login_DesRequest request)
 {
     return(base.Channel.Login_DesAsync(request));
 }
Beispiel #4
0
 Desguace_Net.LoginServicio.Login_DesResponse Desguace_Net.LoginServicio.LoginDesguace.Login_Des(Desguace_Net.LoginServicio.Login_DesRequest request)
 {
     return(base.Channel.Login_Des(request));
 }