Esempio n. 1
0
 public MerchSeeder(MerchContext ctx,
                    IHostingEnvironment hosting,
                    UserManager <StoreUser> userManager)
 {
     this.ctx         = ctx;
     this.hosting     = hosting;
     this.userManager = userManager;
 }
Esempio n. 2
0
 public MerchRepository(MerchContext ctx, ILogger <MerchRepository> logger)
 {
     this.ctx    = ctx;
     this.logger = logger;
 }