PIbd-23_Starostin_I.K._Cour.../STOContracts/SearchModels/ServiceSearchModel.cs

8 lines
135 B
C#

namespace STOContracts.SearchModels
{
public class ServiceSearchModel
{
public int? Id { get; set; }
}
}