コード例 #1
0
        public HttpResponseMessage GetAllStudents01_2()
        {
            var students = db.GetAll();

            return(Request.CreateResponse(HttpStatusCode.OK, students));
        }