Exemplo n.º 1
0
        public async Task AddRecordAsync(HistoryRatesDataObject record)
        {
            await CheckInit(Connection);

            record.DatabaseKey = record.GenerateDBKey();
            record.SerializeDictionary();
            await Connection.InsertAsync(record);
        }