public AppLogicForCopyingScripts(IPathRetriever pathRetriever)
 {
     this.pathRetriever = pathRetriever;
 }
Example #2
0
 public AppLogic(IPathRetriever pathRetriever)
 {
     this.pathRetriever = pathRetriever;
 }