using System.Collections.Generic; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using Neo.Afx.Services.Workflows.Entities; using Neo.LegitimateLicences.MDApprovalRequest.Models; namespace Neo.LegitimateLicences.MDApprovals { public class DefaultModel : ResponsiveAppBaseModel { public IEnumerable MDApprovalRequests { get; set; } } }