using Neo.Afx.ViewModels; using Neo.LegitimateLicences.Data.Models; using Neo.LegitimateLicences.NewRouteRequest.Models.Database; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.NewRouteRequest { public class NewRouteRequestModel : Common.ViewModels.ResponsiveAppWorkflowModel { } }