1 using System; 2 3 namespace GradeView.Data 4 { 5 public class Subject 6 { 7 public string Text { get; set; } 8 } 9 }