/// <summary> /// /// </summary> /// <param name="applyunitid"></param> /// <returns></returns> public long lngDeleteLimitTime(string applyunitid) { using (clsHISReportZy_Supported_Svc svc = (clsHISReportZy_Supported_Svc)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(clsHISReportZy_Supported_Svc))) { return(svc.DeleteLimitTime(applyunitid)); } }