Ajout du Modèle du sujet 1
This commit is contained in:
15
PyroFetes/Models/Supplier.cs
Normal file
15
PyroFetes/Models/Supplier.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using API.Models;
|
||||
|
||||
namespace API.Class;
|
||||
|
||||
public class Supplier
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string PhoneNumber { get; set; }
|
||||
public string Adress { get; set; }
|
||||
public int ZipCode { get; set; }
|
||||
public string City { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user