コード例 #1
0
ファイル: Category.cs プロジェクト: rshanx/HospitalManagement
        protected override bool InsertRecord()
        {
            bool r = AppDAL.CategoryInsert(this.mObjectGuid, this.mCategoryName);

            return(r);
        }