Exemplo n.º 1
0
        public void TestDropCurrencyRateWithEmptyName()
        {
            String   currencyVal   = "";
            Currency validCurrency = currencyService.GetCurrencyByName("Euro");

            currencyRateService.DropCurrencyRate(currencyVal, validCurrency);
        }