/// <summary> /// Returns true if a given person number exists in the db /// </summary> /// <param name="fetchAccountInfo"></param> /// <param name="personNo"></param> /// <returns></returns> public static bool ExistsPersonNo(this IFetchAccountInfo fetchAccountInfo, string personNo) { return(_sQLiteCore.ExistsPersonNumber(personNo)); }