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