예제 #1
0
 public ArtShopRepository(ArtShopContext context, ILogger <ArtShopRepository> logger)
 {
     _context = context;
     _logger  = logger;
 }
예제 #2
0
 public ArtShopSeeder(ArtShopContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }