Example #1
0
 public bool AddRepository(string path)
 {
     return(FileService.AddRepository(path, false));
 }