private SqlCurrency CreateBaseCurrency() { var danishCurrency = new SqlCurrency("DKK", this.context.Connection.ConnectionString); return(danishCurrency); }
private SqlCurrency CreateBaseCurrency() { var danishCurrency = new SqlCurrency("DKK", this.context.Connection.ConnectionString); return danishCurrency; }