public MessagesOutputBaseDirectoryPathProvider(
     ITemporaryDirectoryPathProvider temporaryDirectoryPathProvider,
     IStringlyTypedPathOperator stringlyTypedPathOperator)
 {
     this.TemporaryDirectoryPathProvider = temporaryDirectoryPathProvider;
     this.StringlyTypedPathOperator      = stringlyTypedPathOperator;
 }
Beispiel #2
0
 public TemporaryDirectoryFilePathProvider(
     ITemporaryDirectoryPathProvider temporaryDirectoryPathProvider,
     IStringlyTypedPathOperator stringlyTypedPathOperator)
 {
     this.TemporaryDirectoryPathProvider = temporaryDirectoryPathProvider;
     this.StringlyTypedPathOperator      = stringlyTypedPathOperator;
 }
Beispiel #3
0
 public TemporaryDirectoryBasedHumanOutputFileDirectoryPathProvider(ITemporaryDirectoryPathProvider temporaryDirectoryPathProvider)
 {
     this.TemporaryDirectoryPathProvider = temporaryDirectoryPathProvider;
 }