Esempio n. 1
0
 public RecursivelyRenameFilesAndFoldersByConvention(IFileSystem fileSystem,
                                                     IRenameFileOrFolderAccordingToConvention renameFileOrFolderAccordingToConvention,
                                                     IT4StateContext t4StateContext)
 {
     this.t4StateContext = t4StateContext;
     this.renameFileOrFolderAccordingToConvention = renameFileOrFolderAccordingToConvention;
     this.fileSystem = fileSystem;
 }
 public RecursivelyRenameFilesAndFoldersByConvention(IFileSystem fileSystem,
     IRenameFileOrFolderAccordingToConvention renameFileOrFolderAccordingToConvention,
     IT4StateContext t4StateContext)
 {
     this.t4StateContext = t4StateContext;
     this.renameFileOrFolderAccordingToConvention = renameFileOrFolderAccordingToConvention;
     this.fileSystem = fileSystem;
 }