using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Project_Unite.Models { public class HomeViewModel { public ApplicationUser NewestUser { get; set; } } }