예제 #1
0
 public AccountRepository(ICoreContext coreContext)
     : base(coreContext)
 {
     coreContext.Logger.Info("AccountRepository created.", coreContext.GetContainerInfo());
 }
예제 #2
0
 public PersonRepository(ICoreContext coreContext)
     : base(coreContext)
 {
     coreContext.Logger.Info("PersonRepository created.", coreContext.GetContainerInfo());
 }