public string getAllDT()
 {
     LW_18_2_PSD.DTService.getAllDTRequest inValue = new LW_18_2_PSD.DTService.getAllDTRequest();
     inValue.Body = new LW_18_2_PSD.DTService.getAllDTRequestBody();
     LW_18_2_PSD.DTService.getAllDTResponse retVal = ((LW_18_2_PSD.DTService.DTControllerSoap)(this)).getAllDT(inValue);
     return(retVal.Body.getAllDTResult);
 }
 public System.Threading.Tasks.Task <LW_18_2_PSD.DTService.getAllDTResponse> getAllDTAsync()
 {
     LW_18_2_PSD.DTService.getAllDTRequest inValue = new LW_18_2_PSD.DTService.getAllDTRequest();
     inValue.Body = new LW_18_2_PSD.DTService.getAllDTRequestBody();
     return(((LW_18_2_PSD.DTService.DTControllerSoap)(this)).getAllDTAsync(inValue));
 }
 System.Threading.Tasks.Task <LW_18_2_PSD.DTService.getAllDTResponse> LW_18_2_PSD.DTService.DTControllerSoap.getAllDTAsync(LW_18_2_PSD.DTService.getAllDTRequest request)
 {
     return(base.Channel.getAllDTAsync(request));
 }
 LW_18_2_PSD.DTService.getAllDTResponse LW_18_2_PSD.DTService.DTControllerSoap.getAllDT(LW_18_2_PSD.DTService.getAllDTRequest request)
 {
     return(base.Channel.getAllDT(request));
 }