Exemplo n.º 1
0
        public IHttpActionResult GetTags()
        {
            var lst = svc.GetTags();

            return(Ok(lst));
        }