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

        }
예제 #2
0
        public BasicsController()
        {
            infographicService = new InfographicService(DBContext);

        }