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

        }
Esempio n. 2
0
        public BasicsController()
        {
            infographicService = new InfographicService(DBContext);

        }