PollSystem.Models.Question.Question C# (CSharp) 메소드

Question() 공개 메소드

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