예제 #1
0
        public HttpResponseMessage List(bool id)
        {
            var r = NBL.List(id);

            return(this.Request.CreateResponse(HttpStatusCode.OK, r));
        }