コード例 #1
0
        public bool Update(string Name, int Original_MenuEntityTypeId)
        {
            MenuEntityTypeDAC menuentitytypeComponent = new MenuEntityTypeDAC();

            return(menuentitytypeComponent.UpdateMenuEntityType(Name, Original_MenuEntityTypeId));
        }
コード例 #2
0
        public bool Update(MenuEntityType menuentitytype, int old_menuEntityTypeId)
        {
            MenuEntityTypeDAC menuentitytypeComponent = new MenuEntityTypeDAC();

            return(menuentitytypeComponent.UpdateMenuEntityType(menuentitytype.Name, old_menuEntityTypeId));
        }