Пример #1
0
 private void Save(Models.Settings record, bool isNew)
 {
     // add any code to update other fields/tables here
     record.Save();
     Settings.RebuildCache();
 }