Question.cs 87 B

12345
  1. public class Question
  2. {
  3. string text { get; set; }
  4. string answer { get; set; }
  5. }