Example #1
0
        //Action Performed
        #region [ActionPerformed For Item ]

        public int ItemAction_BL(EWA_Item objEWA)
        {
            try
            {
                DL_Item objDL = new DL_Item();
                int     flag  = objDL.ItemAction_DL(objEWA);
                return(flag);
            }
            catch (Exception exp)
            {
                throw exp;
            }
        }