public HCMIS.Desktop.STVSyncService.STVDetail[] getSTVDetail(string userName, string password, System.Nullable <int> lastVersion, System.Nullable <System.DateTime> lastDateTime, int HubID, int AccountID)
 {
     HCMIS.Desktop.STVSyncService.getSTVDetailRequest inValue = new HCMIS.Desktop.STVSyncService.getSTVDetailRequest();
     inValue.Body              = new HCMIS.Desktop.STVSyncService.getSTVDetailRequestBody();
     inValue.Body.userName     = userName;
     inValue.Body.password     = password;
     inValue.Body.lastVersion  = lastVersion;
     inValue.Body.lastDateTime = lastDateTime;
     inValue.Body.HubID        = HubID;
     inValue.Body.AccountID    = AccountID;
     HCMIS.Desktop.STVSyncService.getSTVDetailResponse retVal = ((HCMIS.Desktop.STVSyncService.ServiceSoap)(this)).getSTVDetail(inValue);
     return(retVal.Body.getSTVDetailResult);
 }
 HCMIS.Desktop.STVSyncService.getSTVDetailResponse HCMIS.Desktop.STVSyncService.ServiceSoap.getSTVDetail(HCMIS.Desktop.STVSyncService.getSTVDetailRequest request)
 {
     return(base.Channel.getSTVDetail(request));
 }