Exemple #1
0
 /// <summary>
 /// Get the next free wallet index
 /// </summary>
 /// <returns></returns>
 public int CalculateNextFreeIndex()
 {
     return(repoLayer.CalculateNextFreeWallet(connection));
 }