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

            MenuID = UserRightsDAL.InsertMenu(RoleKeyString, PageIDString, CreatedByString);
            return(MenuID);
        }