예제 #1
0
 /// <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)
 {
 }
예제 #2
0
 /// <inheritdoc />
 /// <remarks>
 /// Last modification:
 /// </remarks>
 public AccountController(IHostingEnvironment hostingEnvironment, ILoggerFactory loggerFactory, IMapper mapper, IInformableUniqueGuidEntityContextRepository <RevolvingCreditContext, Account> informableUniqueGuidEntityContextRepository)
     :
     this(hostingEnvironment, loggerFactory, mapper, informableUniqueGuidEntityContextRepository, AccountSower.DefaultDisplayName)
 {
 }