Пример #1
0
 public SolutionDirectoryPathProvider(
     IExecutableFileDirectoryPathProvider executableFileDirectoryPathProvider,
     ISolutionAndProjectFileSystemConvention solutionAndProjectFileSystemConventions)
 {
     this.ExecutableFileDirectoryPathProvider     = executableFileDirectoryPathProvider;
     this.SolutionAndProjectFileSystemConventions = solutionAndProjectFileSystemConventions;
 }
 public MachineLocationAwareSecretsDirectoryPathProvider(
     IExecutableFileDirectoryPathProvider executableFileDirectoryPathProvider,
     IMachineLocationProvider machineLocationProvider,
     IRivetOrganizationSecretsDirectoryPathProvider rivetOrganizationSecretsDirectoryPathProvider)
 {
     this.ExecutableFileDirectoryPathProvider           = executableFileDirectoryPathProvider;
     this.MachineLocationProvider                       = machineLocationProvider;
     this.RivetOrganizationSecretsDirectoryPathProvider = rivetOrganizationSecretsDirectoryPathProvider;
 }
Пример #3
0
 public ExecutableFileDirectoryAppSettingsDirectoryPathProvider(IExecutableFileDirectoryPathProvider executableFileDirectoryPathProvider)
 {
     this.ExecutableFileDirectoryPathProvider = executableFileDirectoryPathProvider;
 }