예제 #1
0
 public void OnPreLoad(PreLoadEvent e)
 {
     if (_logger != null)
     {
         _logger.Load(e.Entity as IEntity);
     }
 }
예제 #2
0
 public void OnPostLoad(PostLoadEvent e)
 {
     _checker.Load(e.Entity as IEntity);
 }