- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using NEducation.Code;
- namespace NEducation.Models
- {
- public class IndividualModel
- {
- public UserProfile profileDetail { get; set; }
- public History history { get; set; }
- }
- }
|