public AdminInfographicController()
        {
            infographicService = new InfographicService(DBContext);

        }
示例#2
0
        public BasicsController()
        {
            infographicService = new InfographicService(DBContext);

        }