Deleting Product.cs

This commit is contained in:
2025-10-03 14:42:08 +01:00
parent 87f92cf382
commit c4e8b0b2de

View File

@@ -1,8 +0,0 @@
using System.ComponentModel.DataAnnotations;
namespace PyroFetes.Models;
public class Product
{
[Key] public int Id { get; set; }
}