Ejemplo n.º 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;
 }
Ejemplo n.º 3
0
 public ExecutableFileDirectoryAppSettingsDirectoryPathProvider(IExecutableFileDirectoryPathProvider executableFileDirectoryPathProvider)
 {
     this.ExecutableFileDirectoryPathProvider = executableFileDirectoryPathProvider;
 }