Example #1
0
 public static void Delete(IDB db, int id, string Table)
 {
     DBRecord.DeleteInternal(db, id, Table);
 }