Exemplo n.º 1
0
        private bool Create()
        {
            int newID = -1;

            newID = DBiQuran.iSura_Create(this.siteID, this.quranID, this.title, this.place,
                                          this.suraOrder, this.isActive, this.createdByUserID);

            DBiQuran.iQuran_Increment_SuraCount(this.siteID, this.quranID);

            this.suraID = newID;

            return(newID > -1);
        }