namespace VeterinaryContracts.SearchModels { public class ReportServicesSearchModel { public List? petsIds { get; set; } } }