ISEbd-21_Agliullov.D.A._Con.../ConfectioneryContracts/SearchModels/OrderSearchModel.cs
2023-02-03 23:25:31 +04:00

8 lines
136 B
C#

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