7 lines
120 B
C#
7 lines
120 B
C#
namespace StopShopping.Services.Models.Req;
|
|
|
|
public record CategoryIdParams
|
|
{
|
|
public int CategoryId { get; set; }
|
|
}
|