PIbd-23-Radaev-A.V.-GiftShop/GiftShop/GiftShopContracts/SearchModels/OrderSearchModel.cs
Arkadiy Radaev f31982e59f res1
2024-02-06 12:37:25 +04:00

8 lines
131 B
C#

namespace GiftShopContracts.SearchModels
{
public class OrderSearchModel
{
public int? Id { get; set; }
}
}