Exemplo n.º 1
0
        public TestStatistics(int id)
        {
            InfoModelCreator creator = new InfoModelCreator();

            info = creator.CreateByTestId(id);
        }
Exemplo n.º 2
0
        public QuestionStatistics(int id)
        {
            InfoModelCreator creator = new InfoModelCreator();

            info = creator.CreateByQuestionId(id);
        }
Exemplo n.º 3
0
        public GroupStatistics(int id)
        {
            InfoModelCreator creator = new InfoModelCreator();

            info = creator.CreateByGroupId(id);
        }