Add namespace for Response.Write extension.

This commit is contained in:
Chris Ross 2014-07-08 11:02:18 -07:00
parent c2140666d9
commit 8d270ae328
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
using System; using System;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Microsoft.AspNet.Mvc namespace Microsoft.AspNet.Mvc