From 8416f5af820cb9432e917901d46cb94b5ef2efc9 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Sat, 27 Sep 2025 14:07:11 +0100 Subject: [PATCH] Fixed an error in Supplier.cs --- PyroFetes/Models/Supplier.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PyroFetes/Models/Supplier.cs b/PyroFetes/Models/Supplier.cs index fc68d5b..9cf8fe4 100644 --- a/PyroFetes/Models/Supplier.cs +++ b/PyroFetes/Models/Supplier.cs @@ -1,5 +1,4 @@ using System.ComponentModel.DataAnnotations; -using Microsoft.EntityFrameworkCore.Metadata.Internal; namespace PyroFetes.Models;