コード例 #1
0
 public bool OnPreInsert(PreInsertEvent @event)
 {
     RepositoryFramework.RaisePreCreate(@event.Entity);
     return(false);
 }