Example #1
0
 public bool Exist(string path, string accountName)
 {
     return(accountStore.Exist(path, accountName));
 }