using System.Collections.Generic; using DR.FV2016.Web.Models.Candidate; namespace DR.FV2016.Web.Models.Match { public class MatchViewModel : FvViewBase { public IEnumerable Questions { get; set; } public CandidateArticleListItem MatchCandidate { get; set; } } }