2024-04-30 01:41:35 +03:00

8 lines
138 B
C#

namespace ServiceStationContracts.SearchModels
{
public class ReportSearchModel
{
public int? Id { get; set; }
}
}