Beispiel #1
0
        public bool ActiveInactive(int id)
        {
            try
            {
                return(moduleDAL.ActiveInactive(id));
            }
            catch (Exception)
            {
                return(false);

                throw;
            }
        }