Exemple #1
0
 public SmartphoneSeeder(SmartphoneContext ctx, IWebHostEnvironment hosting, UserManager <StoreUser> userManager)
 {
     _ctx         = ctx;
     _hosting     = hosting;
     _userManager = userManager;
 }
Exemple #2
0
 public SmartphoneRepository(SmartphoneContext ctx, ILogger <SmartphoneRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }