Exemple #1
0
        protected override bool InsertRecord()
        {
            bool r = AppDAL.CompanyInsert(this.mObjectGuid, this.mCategoryGuid, this.mCompanyName);

            return(r);
        }