Exemplo n.º 1
0
 public Answer(Poll poll, Question question, string ip)
 {
     Poll     = poll;
     Question = question;
     Ip       = ip;
 }
Exemplo n.º 2
0
 public Question(string title, Poll poll)
 {
     Title = title;
     Poll  = poll;
 }