Fixed an error in Supplier.cs

This commit is contained in:
2025-09-27 14:07:11 +01:00
parent a8a6aa4094
commit 8416f5af82

View File

@@ -1,5 +1,4 @@
using System.ComponentModel.DataAnnotations;
using Microsoft.EntityFrameworkCore.Metadata.Internal;
namespace PyroFetes.Models;