Beispiel #1
0
        public IActionResult GetChannelTree()
        {
            GenerateContentAppService genData = new GenerateContentAppService();
            var channelTree = genData.GetChannelTree();

            return(Json(channelTree));
        }
Beispiel #2
0
 public ContentController(IServiceProvider service)
 {
     _contentApp = new GenerateContentAppService();
 }