first commit
This commit is contained in:
10
ServiceManager.API/Models/Article.cs
Normal file
10
ServiceManager.API/Models/Article.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ServiceManager.API.Models
|
||||
{
|
||||
public class Article
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string ImageLink { get; set; } = string.Empty;
|
||||
public decimal Price { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user