Пример #1
0
 private bool Update()
 {
     return(DBiQuran.iSura_Update(this.siteID, this.quranID, this.suraID, this.title, this.place,
                                  this.suraOrder, this.isActive, this.createdByUserID));
 }