using System; using System.Collections.Generic; using System.Linq; using System.Web; using NEducation.Code; namespace NEducation.Models { public class ProfileModel { public UserProfile profileDetail { get; set; } } }