public string getCurrencyName(string productid) { string CurrencyName = ""; if (productid != "" && productid != null) { CurrencyName = Convert.ToString(StorageInBrowseBLL.GetCurrencyName(productid)); } return(CurrencyName); }
public string getCurrencyName(string productid) { string CurrencyName = StorageInBrowseBLL.GetCurrencyName(productid); return(CurrencyName); }