using System; using System.Collections.Generic; using System.Web.Script.Serialization; namespace Neo.Legitimate.ApplicationRequest.Models { public partial class ApplicationRequestDetail { public IEnumerable RemovedRoutes { get; set; } public IEnumerable RemovedServices { get; set; } public IEnumerable RemovedRanks { get; set; } public IEnumerable RemovedBulkVehicles { get; set; } } }