Beispiel #1
0
 /// <summary>
 /// Returns a DataTable of account details of all the customer from the db
 /// </summary>
 /// <param name="fetchAccountInfo"></param>
 /// <returns></returns>
 public static DataTable GetAccountDetailsAllClients(this IFetchAccountInfo fetchAccountInfo)
 {
     return(_sQLiteCore.GetAccountDetailsAll("bm_accCore"));
 }