Exemplo n.º 1
0
        public object Get(GetAllChannelFeatures request)
        {
            var result = _channelManager.GetAllChannelFeatures();

            return(ToOptimizedResult(result));
        }
Exemplo n.º 2
0
 public ActionResult <IEnumerable <ChannelFeatures> > GetAllChannelFeatures()
 {
     return(_channelManager.GetAllChannelFeatures());
 }