mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 06:27:15 +00:00
Merge branch 'Feature-gui-for-amazon-shipments' into master
This commit is contained in:
@@ -234,7 +234,6 @@ namespace bnhtrade.Core.Data.Database.Account
|
|||||||
{
|
{
|
||||||
sqlConn.Open();
|
sqlConn.Open();
|
||||||
|
|
||||||
|
|
||||||
int recordId = 0;
|
int recordId = 0;
|
||||||
using (SqlCommand cmd = new SqlCommand(@"
|
using (SqlCommand cmd = new SqlCommand(@"
|
||||||
INSERT INTO tblAccountExchangeRate (ExchangeRateSource, CurrencyCode, CurrencyUnitsPerGBP, StartDate, EndDate)
|
INSERT INTO tblAccountExchangeRate (ExchangeRateSource, CurrencyCode, CurrencyUnitsPerGBP, StartDate, EndDate)
|
||||||
|
|||||||
Reference in New Issue
Block a user