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