Aqueduct.Appia.Core.FileSystemViewSourceProvider.FileSystemViewSourceProvider C# (CSharp) Method

FileSystemViewSourceProvider() public method

public FileSystemViewSourceProvider ( IRootPathProvider rootPathProvider, IConfiguration settings ) : System
rootPathProvider IRootPathProvider
settings IConfiguration
return System
        public FileSystemViewSourceProvider(IRootPathProvider rootPathProvider, IConfiguration settings)
        {
            _settings = settings;
            this.rootPathProvider = rootPathProvider;
        }