private void OnDestroyRecord(DestroyRecordsEventArgs e)
        {
            var handler = (DestroyRecordsEventHandler)listEventDelegates[onDestroyRecordsEventKey];

            handler(this, e);
        }
Beispiel #2
0
 private void ExclusionBaseRepository_DestroyRecords(object sender, DestroyRecordsEventArgs e)
 {
     deadFileRepository.PersistMany(e.FindedStorables);
 }