Пример #1
0
 public bool OnPreDelete(PreDeleteEvent @event)
 {
     RepositoryFramework.RaisePreDelete(@event.Entity);
     return(false);
 }