✨
This commit is contained in:
6
StopShopping.Services/Models/Req/ProductIdParams.cs
Normal file
6
StopShopping.Services/Models/Req/ProductIdParams.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace StopShopping.Services.Models.Req;
|
||||
|
||||
public record ProductIdParams
|
||||
{
|
||||
public int ProductId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user