CR feedback

This commit is contained in:
Ryan Nowak 2014-04-08 12:13:18 -07:00
parent 084c7f80e5
commit 749789c486
7 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Mvc.ModelBinding; using Microsoft.AspNet.Mvc.ModelBinding;
namespace Microsoft.AspNet.Mvc.Rendering namespace Microsoft.AspNet.Mvc
{ {
public class FormContext public class FormContext
{ {

View File

@ -1,6 +1,6 @@
using System.Threading.Tasks; using System.Threading.Tasks;
namespace Microsoft.AspNet.Mvc namespace Microsoft.AspNet.Mvc.Rendering
{ {
public interface IView public interface IView
{ {

View File

@ -1,6 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace Microsoft.AspNet.Mvc namespace Microsoft.AspNet.Mvc.Rendering
{ {
public interface IViewEngine public interface IViewEngine
{ {

View File

@ -1,6 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace Microsoft.AspNet.Mvc namespace Microsoft.AspNet.Mvc.Rendering
{ {
public class ViewEngineResult public class ViewEngineResult
{ {

View File

@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Mvc.ModelBinding; using Microsoft.AspNet.Mvc.ModelBinding;
namespace Microsoft.AspNet.Mvc.Rendering namespace Microsoft.AspNet.Mvc
{ {
public class TemplateInfo public class TemplateInfo
{ {

View File

@ -1,5 +1,4 @@
 
using Microsoft.AspNet.Mvc.Rendering; using Microsoft.AspNet.Mvc.Rendering;
namespace Microsoft.AspNet.Mvc namespace Microsoft.AspNet.Mvc