public AccountRepository(ICoreContext coreContext) : base(coreContext) { coreContext.Logger.Info("AccountRepository created.", coreContext.GetContainerInfo()); }
public PersonRepository(ICoreContext coreContext) : base(coreContext) { coreContext.Logger.Info("PersonRepository created.", coreContext.GetContainerInfo()); }