feat: Fixed errors
This commit is contained in:
7
LctMonolith/Services/Models/PurchaseRequest.cs
Normal file
7
LctMonolith/Services/Models/PurchaseRequest.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace LctMonolith.Services.Models;
|
||||
|
||||
public class PurchaseRequest
|
||||
{
|
||||
public Guid ItemId { get; set; }
|
||||
public int Quantity { get; set; } = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user