/// <summary> /// lngGetLimitTime /// </summary> /// <param name="dtbResult"></param> /// <param name="applyunitid"></param> /// <returns></returns> public long lngGetAllLimitTime(out DataTable dtbResult) { using (clsHISReportZy_Supported_Svc svc = (clsHISReportZy_Supported_Svc)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(clsHISReportZy_Supported_Svc))) { return(svc.GetAllLimitTime(out dtbResult)); } }