Ejemplo n.º 1
0
 public Prueba_1.LanderServices.Office365 ParametrosOffice365()
 {
     Prueba_1.LanderServices.ParametrosOffice365Request inValue = new Prueba_1.LanderServices.ParametrosOffice365Request();
     inValue.Body = new Prueba_1.LanderServices.ParametrosOffice365RequestBody();
     Prueba_1.LanderServices.ParametrosOffice365Response retVal = ((Prueba_1.LanderServices.User_WebServiceSoap)(this)).ParametrosOffice365(inValue);
     return(retVal.Body.ParametrosOffice365Result);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <Prueba_1.LanderServices.ParametrosOffice365Response> ParametrosOffice365Async()
 {
     Prueba_1.LanderServices.ParametrosOffice365Request inValue = new Prueba_1.LanderServices.ParametrosOffice365Request();
     inValue.Body = new Prueba_1.LanderServices.ParametrosOffice365RequestBody();
     return(((Prueba_1.LanderServices.User_WebServiceSoap)(this)).ParametrosOffice365Async(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Prueba_1.LanderServices.ParametrosOffice365Response> Prueba_1.LanderServices.User_WebServiceSoap.ParametrosOffice365Async(Prueba_1.LanderServices.ParametrosOffice365Request request)
 {
     return(base.Channel.ParametrosOffice365Async(request));
 }
Ejemplo n.º 4
0
 Prueba_1.LanderServices.ParametrosOffice365Response Prueba_1.LanderServices.User_WebServiceSoap.ParametrosOffice365(Prueba_1.LanderServices.ParametrosOffice365Request request)
 {
     return(base.Channel.ParametrosOffice365(request));
 }