Example #1
0
 public FlowJsService(IFilesPath filesPath)
 {
     this.filesPath = filesPath;
 }
Example #2
0
 public FileService(IFilesPath filesPath, IDbRepository dbRepository)
 {
     this.filesPath = filesPath;
 }