Exemplo n.º 1
0
 public bool OnPreUpdate(PreUpdateEvent @event)
 {
     RepositoryFramework.RaisePreUpdate(@event.Entity);
     return(false);
 }