using System.Collections.Generic; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; namespace Neo.LegitimateLicences.Web.Models.Afx { public class AfxVerificationModel : ResponsiveAppBaseModel { public IEnumerable VerificationQueue { get; set; } } }