8 lines
138 B
C#
8 lines
138 B
C#
|
namespace ServiceStationContracts.SearchModels
|
|||
|
{
|
|||
|
public class ReportSearchModel
|
|||
|
{
|
|||
|
public int? Id { get; set; }
|
|||
|
}
|
|||
|
}
|