Example #1
0
 internal SchoolViewHtml(ISchool school)
 {
     _degree         = school.Degree;
     _major          = school.Major;
     _completionDate = school.GetCompletionDateDisplayText();
     _institution    = school.Institution;
     _description    = HtmlUtil.LineBreaksToHtml(school.Description);
 }