Correcting an error in using EF

This commit is contained in:
2025-10-03 14:46:34 +01:00
parent 8be7169995
commit da0f5fb513

View File

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