PollSystem.Models.Question.Question C# (CSharp) Method

Question() public method

public Question ( ) : System
return System
        public Question()
        {
            this.Answers = new HashSet<Answer>();
        }
    
Question