예제 #1
0
 public DutchRepository(DutchContext ctx, ILogger <DutchRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }
예제 #2
0
 public DutchSeeder(DutchContext context, IHostingEnvironment hostingEnvironment, UserManager <StoreUser> userManager)
 {
     _context            = context;
     _hostingEnvironment = hostingEnvironment;
     _userManager        = userManager;
 }