Ejemplo n.º 1
0
 public async Task <CurrencyMasterModel> GetMasterCurrencyById(int currencyId)
 {
     return(await _rfqDataAcess.GetMasterCurrencyById(currencyId));
 }