Exemple #1
0
        public object Get(GetAllChannelFeatures request)
        {
            var result = _channelManager.GetAllChannelFeatures();

            return(ToOptimizedResult(result));
        }
 public ActionResult <IEnumerable <ChannelFeatures> > GetAllChannelFeatures()
 {
     return(_channelManager.GetAllChannelFeatures());
 }