using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace CPE.App.Web.Models { public class ElucidatCourseViewModel { public CourseDetail CourseDetail { get; set; } public List PurchasedCoursesDataResult { get; set; } } }