Ejemplo n.º 1
0
 public async Task <RfqRevisionModel> CreateRfQ(RfqRevisionModel model, bool addMPRRfq)
 {
     return(await _rfqDataAcess.CreateRfQ(model, addMPRRfq));
 }