Example #1
0
        public HttpResponseMessage List()
        {
            var aa       = _applicationManager.GetKey(1, "a");
            var response = Request.CreateResponse(HttpStatusCode.Created, new { Members = "test" });

            return(response);
        }