Ejemplo n.º 1
0
 public string GetRootPath()
 {
     try
     {
         return(_pathProvider.GetRootPath());
     }
     catch
     {
         return("Failed to get Root Path");
     }
 }