예제 #1
0
 protected virtual void OnAfterDeleteData(NotifyRecordChangesEventArgs e)
 {
     this.NotifyRecordChangesAfter?.Invoke(this, e);
 }
예제 #2
0
 protected virtual void OnBeforeDeleteData(NotifyRecordChangesEventArgs e)
 {
     this.NotifyRecordChangesBefore?.Invoke(this, e);
 }