public QuestionData(QuestionData q) : base(q) { this.question = q.question; this.explaination = q.explaination; }
public QLogData(QuestionData q, DateTime d) : base(q, d) { this.question = q.question; this.explaination = q.explaination; this.studentsAnswers = new List <AnswerByPhoneData>(q.studentsAnswers); }
public QLogData(QuestionData q, DateTime d) : base(q, d) { this.question = q.question; this.explaination = q.explaination; this.studentsAnswers = new List<AnswerByPhoneData>(q.studentsAnswers); }