Example #1
0
        public bool CheckWdsItem(ArrayList ParameterList, out string strResult, out string strMSG)
        {
            try
            {
                DBO.MaintainAssignDBO dbo = new MaintainAssignDBO(ref USEDB);
                return dbo.doCheckWdsItem(ParameterList, out  strResult, out  strMSG);

            }
            catch (Exception ex)
            {
                throw ex;
            }
        }