Ejemplo n.º 1
0
 public string GetAll()
 {
     Lab7b.WS.GetAllRequest inValue = new Lab7b.WS.GetAllRequest();
     inValue.Body = new Lab7b.WS.GetAllRequestBody();
     Lab7b.WS.GetAllResponse retVal = ((Lab7b.WS.WebServiceSoap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <Lab7b.WS.GetAllResponse> GetAllAsync()
 {
     Lab7b.WS.GetAllRequest inValue = new Lab7b.WS.GetAllRequest();
     inValue.Body = new Lab7b.WS.GetAllRequestBody();
     return(((Lab7b.WS.WebServiceSoap)(this)).GetAllAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Lab7b.WS.GetAllResponse> Lab7b.WS.WebServiceSoap.GetAllAsync(Lab7b.WS.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }
Ejemplo n.º 4
0
 Lab7b.WS.GetAllResponse Lab7b.WS.WebServiceSoap.GetAll(Lab7b.WS.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }