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

8 lines
124 B
C#
Raw Normal View History

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