8 lines
120 B
C#
8 lines
120 B
C#
|
namespace CarServiceContracts.SearchModels
|
|||
|
{
|
|||
|
public class VehicleSearchModel
|
|||
|
{
|
|||
|
public int? Id { get; set; }
|
|||
|
}
|
|||
|
}
|