using Neo.LegitimateLicences.BusinessRuleBypassRequest.Models.Database; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Neo.Afx.Services.Comments.Entities; namespace Neo.LegitimateLicences.BusinessRuleBypassRequest { public class BusinessRuleBypassRequestDashboardModel : Common.ViewModels.ResponsiveAppWorkflowModel { //public Vw_NewRouteRequestDetail NewRouteRequestView {get; set; } public List Comments { get; set; } } }