Deleting Product.cs
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
public class Product
|
||||
{
|
||||
[Key] public int Id { get; set; }
|
||||
}
|
Reference in New Issue
Block a user