コード例 #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());
 }