public HostRoleAndUserCreator(QuickeeShopDbContext context) { _context = context; }
public DefaultSettingsCreator(QuickeeShopDbContext context) { _context = context; }
public DefaultLanguagesCreator(QuickeeShopDbContext context) { _context = context; }