Ejemplo n.º 1
0
 public async Task <RFQTermsModel> GetRfqTermsById(int termsid)
 {
     return(await _rfqDataAcess.GetRfqTermsById(termsid));
 }