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