Exemplo n.º 1
0
 public Comment(string text, User author, Lesson lesson)
 {
     Text   = text;
     Author = author;
     Lesson = lesson;
 }