forked from sanchezvem/PyroFetes
Ajout du Modèle du sujet 1
This commit is contained in:
13
PyroFetes/Models/Material.cs
Normal file
13
PyroFetes/Models/Material.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using API.Class;
|
||||
|
||||
namespace API.Models;
|
||||
|
||||
public class Material
|
||||
{
|
||||
public int Id {get; set;}
|
||||
public string Name {get; set;}
|
||||
public int Quantity {get; set;}
|
||||
|
||||
public int WarehouseId {get; set;}
|
||||
public Warehouse Warehouse {get; set;}
|
||||
}
|
Reference in New Issue
Block a user