Exemple #1
0
 public List <CurrencyMaster> GetAllMasterCurrency()
 {
     return(_rfqDataAcess.GetAllMasterCurrency());
 }
Exemple #2
0
 public async Task <List <CurrencyMasterModel> > GetAllMasterCurrency()
 {
     return(await _rfqDataAcess.GetAllMasterCurrency());
 }