Пример #1
0
 public bool IsCurrencyUsed(int currencyId)
 {
     return(_currencyManager.GetContractQuantityByCurrencyId(currencyId) > 0);
 }