Exemplo n.º 1
0
        public IHttpActionResult Get()
        {
            EmotionService emotionService = CreateEmotionService();
            var            emotions       = emotionService.GetEmotions();

            return(Ok(emotions));
        }