Beispiel #1
0
 public string GetBranchDefaultPath()
 {
     return(HandleExceptions(() => vcc.GetBranchDefaultPath()));
 }
Beispiel #2
0
 public virtual string GetBranchDefaultPath()
 {
     return(vcc.GetBranchDefaultPath());
 }