Ejemplo n.º 1
0
 public SampleEF.MyServices.Kategori[] GetAll()
 {
     SampleEF.MyServices.GetAllRequest inValue = new SampleEF.MyServices.GetAllRequest();
     inValue.Body = new SampleEF.MyServices.GetAllRequestBody();
     SampleEF.MyServices.GetAllResponse retVal = ((SampleEF.MyServices.SampleSOAPSoap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <SampleEF.MyServices.GetAllResponse> GetAllAsync()
 {
     SampleEF.MyServices.GetAllRequest inValue = new SampleEF.MyServices.GetAllRequest();
     inValue.Body = new SampleEF.MyServices.GetAllRequestBody();
     return(((SampleEF.MyServices.SampleSOAPSoap)(this)).GetAllAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <SampleEF.MyServices.GetAllResponse> SampleEF.MyServices.SampleSOAPSoap.GetAllAsync(SampleEF.MyServices.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }
Ejemplo n.º 4
0
 SampleEF.MyServices.GetAllResponse SampleEF.MyServices.SampleSOAPSoap.GetAll(SampleEF.MyServices.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }