예제 #1
0
파일: ServiceLayer.cs 프로젝트: N90K/TNBase
 /// <summary>
 /// Get the next free wallet index
 /// </summary>
 /// <returns></returns>
 public int CalculateNextFreeIndex()
 {
     return(repoLayer.CalculateNextFreeWallet(connection));
 }