コード例 #1
0
ファイル: FlowJsService.cs プロジェクト: gkudel/Testility
 public FlowJsService(IFilesPath filesPath)
 {
     this.filesPath = filesPath;
 }
コード例 #2
0
ファイル: FileService.cs プロジェクト: gkudel/Testility
 public FileService(IFilesPath filesPath, IDbRepository dbRepository)
 {
     this.filesPath = filesPath;
 }