Beispiel #1
0
 public proyectofinalwebII.WSArticulo.MArticulos[] GetAll()
 {
     proyectofinalwebII.WSArticulo.GetAllRequest inValue = new proyectofinalwebII.WSArticulo.GetAllRequest();
     inValue.Body = new proyectofinalwebII.WSArticulo.GetAllRequestBody();
     proyectofinalwebII.WSArticulo.GetAllResponse retVal = ((proyectofinalwebII.WSArticulo.WebService1Soap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <proyectofinalwebII.WSArticulo.GetAllResponse> GetAllAsync()
 {
     proyectofinalwebII.WSArticulo.GetAllRequest inValue = new proyectofinalwebII.WSArticulo.GetAllRequest();
     inValue.Body = new proyectofinalwebII.WSArticulo.GetAllRequestBody();
     return(((proyectofinalwebII.WSArticulo.WebService1Soap)(this)).GetAllAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <proyectofinalwebII.WSArticulo.GetAllResponse> proyectofinalwebII.WSArticulo.WebService1Soap.GetAllAsync(proyectofinalwebII.WSArticulo.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }
Beispiel #4
0
 proyectofinalwebII.WSArticulo.GetAllResponse proyectofinalwebII.WSArticulo.WebService1Soap.GetAll(proyectofinalwebII.WSArticulo.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }