Пример #1
0
 public ActionResult <ResultModel <string> > AddChannel(ChannelModel model)
 {
     return(_articleService.AddChannel(model));
 }