예제 #1
0
 public NustacheView(
     NustacheViewEngine engine,
     ControllerContext controllerContext,
     string viewPath,
     string masterPath)
 {
     _engine = engine;
     _controllerContext = controllerContext;
     _viewPath = viewPath;
     _masterPath = masterPath;
 }
예제 #2
0
 public NustacheView(
     NustacheViewEngine engine,
     ControllerContext controllerContext,
     string viewPath,
     string masterPath)
 {
     _engine            = engine;
     _controllerContext = controllerContext;
     _viewPath          = viewPath;
     _masterPath        = masterPath;
 }