Exemplo n.º 1
0
        public IActionResult GetChannelTree()
        {
            GenerateContentAppService genData = new GenerateContentAppService();
            var channelTree = genData.GetChannelTree();

            return(Json(channelTree));
        }
Exemplo n.º 2
0
 public ContentController(IServiceProvider service)
 {
     _contentApp = new GenerateContentAppService();
 }