PIbd-23_Elatomtsev_L.K._Con.../Confectionery/ConfectioneryContracts/SearchModels/OrderSearchModel.cs
2024-03-13 14:54:56 +04:00

8 lines
136 B
C#

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