示例#1
0
        public TestStatistics(int id)
        {
            InfoModelCreator creator = new InfoModelCreator();

            info = creator.CreateByTestId(id);
        }
示例#2
0
        public QuestionStatistics(int id)
        {
            InfoModelCreator creator = new InfoModelCreator();

            info = creator.CreateByQuestionId(id);
        }
        public GroupStatistics(int id)
        {
            InfoModelCreator creator = new InfoModelCreator();

            info = creator.CreateByGroupId(id);
        }