ISEbd-21_Melnikov_I.O._CarS.../CarService/CarServiceContracts/SearchModels/WorkerSearchModel.cs

8 lines
119 B
C#
Raw Normal View History

namespace CarServiceContracts.SearchModels
{
public class WorkerSearchModel
{
public int? Id { get; set; }
}
}