//Metode for tilkobling til database public InnSporsmalController(KundeServiceContext dbcontext) { _dbcontext = dbcontext; }
//Tilkobling til db public KundeServiceDB(KundeServiceContext dbcontext) { _dbcontext = dbcontext; _dbcontext.Database.EnsureCreated(); }
//Metode for tilkobling til database public FAQController(KundeServiceContext dbcontext) { _dbcontext = dbcontext; }