예제 #1
0
        public static Int32 DeleteMenuByRoleId(string RoleKeyString, string PageIDString, string ModifiedBy)
        {
            Int32 MenuID = 0;

            MenuID = UserRightsDAL.DeleteMenuByRoleId(RoleKeyString, PageIDString, ModifiedBy);
            return(MenuID);
        }