From 96b3408f140df945d85d4e6465fabdc31a01d304 Mon Sep 17 00:00:00 2001 From: chloe Date: Fri, 6 Mar 2026 18:06:10 +0000 Subject: [PATCH] added import --- Seasoned.Backend/Controllers/RecipeController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Seasoned.Backend/Controllers/RecipeController.cs b/Seasoned.Backend/Controllers/RecipeController.cs index 981ede3..3733a4e 100644 --- a/Seasoned.Backend/Controllers/RecipeController.cs +++ b/Seasoned.Backend/Controllers/RecipeController.cs @@ -6,6 +6,7 @@ using System.Security.Claims; using Seasoned.Backend.Models; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; +using Microsoft.EntityFrameworkCore; namespace Seasoned.Backend.Controllers;