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