forked from sanchezvem/PyroFetes
Creating of Product entities to resolve error in 4 files.
This commit is contained in:
8
PyroFetes/Models/Product.cs
Normal file
8
PyroFetes/Models/Product.cs
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
|
namespace PyroFetes.Models;
|
||||||
|
|
||||||
|
public class Product
|
||||||
|
{
|
||||||
|
[Key] public int Id { get; set; }
|
||||||
|
}
|
Reference in New Issue
Block a user