Beispiel #1
0
        protected override bool UpdateRecord()
        {
            bool r = AppDAL.CategoryUpdate(this.mObjectGuid, this.mCategoryName);

            return(r);
        }