forked from sanchezvem/PyroFetes
Ajout du Modèle du sujet 1
This commit is contained in:
11
PyroFetes/Models/Classification.cs
Normal file
11
PyroFetes/Models/Classification.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using API.Class;
|
||||
|
||||
namespace API.Models;
|
||||
|
||||
public class Classification
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Label { get; set; }
|
||||
|
||||
public List<Product> Products { get; set; }
|
||||
}
|
Reference in New Issue
Block a user