initial commit
This commit is contained in:
10
Domain/Models/Description.cs
Normal file
10
Domain/Models/Description.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Domain.Models;
|
||||
|
||||
public class Description
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int Price { get; set; }
|
||||
public string Currency { get; set; }
|
||||
public string Metadata { get; set; }
|
||||
public int ProductId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user