Exemplo n.º 1
0
 private bool Update()
 {
     return(DBiQuran.iQuran_Update(this.siteID, this.quranID, this.title, this.description, this.isDefault, this.qLanguage,
                                   this.isActive, this.tRanslatorDetUrl, this.translationSrc, this.createdByUserID));
 }