示例#1
0
 public static bool Delete(int siteId, int quranId)
 {
     return(DBiQuran.iQuran_Delete(siteId, quranId));
 }