Beispiel #1
0
 public async Task <List <RfqRevisionModel> > GetAllrevisionRFQs()
 {
     return(await _rfqDataAcess.GetAllrevisionRFQs());
 }