示例#1
0
 /// <summary>
 /// Gets a string of new available account number
 /// </summary>
 /// <param name="fetchAccountInfo"></param>
 /// <returns></returns>
 public static string GetNewAccountNumberString(this IFetchAccountInfo fetchAccountInfo)
 {
     return(_sQLiteCore.GetNewAccountNumber());
 }