PIbd-23_Starostin_I.K._Ship.../ShipyardContracts/SearchModels/ComponentSearchModel.cs

9 lines
194 B
C#
Raw Normal View History

namespace ShipyardContracts.SearchModels
{
public class ComponentSearchModel
{
public int? Id { get; set; }
public string? ComponentName { get; set; }
}
}