/// <inheritdoc /> /// <remarks> /// Last modification: /// </remarks> protected AccountController(IHostingEnvironment hostingEnvironment, ILoggerFactory loggerFactory, IMapper mapper, IInformableUniqueGuidEntityContextRepository <RevolvingCreditContext, Account> informableUniqueGuidEntityContextRepository, string displayName) : base(hostingEnvironment, loggerFactory, mapper, informableUniqueGuidEntityContextRepository, displayName) { }
/// <inheritdoc /> /// <remarks> /// Last modification: /// </remarks> public AccountController(IHostingEnvironment hostingEnvironment, ILoggerFactory loggerFactory, IMapper mapper, IInformableUniqueGuidEntityContextRepository <RevolvingCreditContext, Account> informableUniqueGuidEntityContextRepository) : this(hostingEnvironment, loggerFactory, mapper, informableUniqueGuidEntityContextRepository, AccountSower.DefaultDisplayName) { }