Domain.Form.Form C# (CSharp) Method

Form() private method

private Form ( ) : System.Collections.Generic
return System.Collections.Generic
        internal Form()
        {
            TextAnswers = new List<TextAnswer>();
            BinaryAnswers = new List<BinaryAnswer>();
            GradeAnswers = new List<GradeAnswer>();
            SongAnswers = new List<BinaryAnswer>();
        }