using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MotorPlantContracts.SearchModels { public class SupplySearchModel { public int? EngineId { get; set; } public int? Count { get; set; } } }