Ejemplo n.º 1
0
 public async Task <RFQMasterModel> GetRFQById(int masterID)
 {
     return(await _rfqDataAcess.GetRFQById(masterID));
 }