Ejemplo n.º 1
0
 public async Task <statuscheckmodel> CreateNewRfq(RFQMasterModel model)
 {
     return(await _rfqDataAcess.CreateNewRfq(model));
 }