예제 #1
0
        protected override bool SaveData()
        {
            var id = DictionaryManager.AddOrEditGeneric(GenericID, GenericName, Status, BaseGlobalVariable.UserID, BaseGlobalVariable.ServerDateTime, ApproverUserID, Action);

            if (id > 0)
            {
                GenericID = id;
            }
            return(id > 0);
        }