Exemplo n.º 1
0
 public System.Threading.Tasks.Task <TestTypeApp.ManufactureRef.readAllResponse> readAllAsync()
 {
     TestTypeApp.ManufactureRef.readAll inValue = new TestTypeApp.ManufactureRef.readAll();
     return(((TestTypeApp.ManufactureRef.ManufactureService)(this)).readAllAsync(inValue));
 }
Exemplo n.º 2
0
 public TestTypeApp.ManufactureRef.manufacture[] readAll()
 {
     TestTypeApp.ManufactureRef.readAll         inValue = new TestTypeApp.ManufactureRef.readAll();
     TestTypeApp.ManufactureRef.readAllResponse retVal  = ((TestTypeApp.ManufactureRef.ManufactureService)(this)).readAll(inValue);
     return(retVal.@return);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <TestTypeApp.ManufactureRef.readAllResponse> TestTypeApp.ManufactureRef.ManufactureService.readAllAsync(TestTypeApp.ManufactureRef.readAll request)
 {
     return(base.Channel.readAllAsync(request));
 }
Exemplo n.º 4
0
 TestTypeApp.ManufactureRef.readAllResponse TestTypeApp.ManufactureRef.ManufactureService.readAll(TestTypeApp.ManufactureRef.readAll request)
 {
     return(base.Channel.readAll(request));
 }