/// <summary> /// Returns true if a new fixed deposite account creation is successful /// </summary> /// <param name="fetchAccountInfo"></param> /// <param name="fixedAccountDataStruct"></param> /// <returns></returns> public static bool CreateNewFixedAccount(this IFetchAccountInfo fetchAccountInfo, FixedAccountDataStruct fixedAccountDataStruct) { return(_sQLiteCore.CreateNewFixedAccount(fixedAccountDataStruct)); }