public TestTypeApp.ManufactureService.manufacture[] ReadAll(bool arg0)
 {
     TestTypeApp.ManufactureService.ReadAll inValue = new TestTypeApp.ManufactureService.ReadAll();
     inValue.arg0 = arg0;
     TestTypeApp.ManufactureService.ReadAllResponse retVal = ((TestTypeApp.ManufactureService.ManufactureService)(this)).ReadAll(inValue);
     return(retVal.@return);
 }
 public System.Threading.Tasks.Task <TestTypeApp.ManufactureService.ReadAllResponse> ReadAllAsync(bool arg0)
 {
     TestTypeApp.ManufactureService.ReadAll inValue = new TestTypeApp.ManufactureService.ReadAll();
     inValue.arg0 = arg0;
     return(((TestTypeApp.ManufactureService.ManufactureService)(this)).ReadAllAsync(inValue));
 }
 System.Threading.Tasks.Task <TestTypeApp.ManufactureService.ReadAllResponse> TestTypeApp.ManufactureService.ManufactureService.ReadAllAsync(TestTypeApp.ManufactureService.ReadAll request)
 {
     return(base.Channel.ReadAllAsync(request));
 }
 TestTypeApp.ManufactureService.ReadAllResponse TestTypeApp.ManufactureService.ManufactureService.ReadAll(TestTypeApp.ManufactureService.ReadAll request)
 {
     return(base.Channel.ReadAll(request));
 }