예제 #1
0
        public void ProcessRequest(HttpContext context)
        {
            StudioControllerV1 studioController = new StudioControllerV1();

            context.Response.ContentType = "text/plain";
            context.Response.Write(studioController.GetStudioXml(context, MyConfig.MyConnectionString));
        }