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

8 lines
121 B
C#

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