Ejemplo n.º 1
0
        public PhysicalWrapperEngine(Assembly assembly, IPhysicalPathProvider pathProvider) : base(assembly)
        {
#if DEBUG
            UsePhysicalViewsIfNewer = true;
#endif
            _pathProvider = pathProvider;
            _baseDir      = GetStandardProductDir(assembly.GetName().Name);
        }
        public PhysicalWrapperEngine(Assembly assembly, IPhysicalPathProvider pathProvider) : base(assembly)
        {
#if DEBUG
            UsePhysicalViewsIfNewer = true;
#else
            UsePhysicalViewsIfNewer = false;
#endif
            _pathProvider = pathProvider;
        }