示例#1
0
 public async Task <MPRBuyerGroupModel> GetMPRBuyerGroupsById(int id)
 {
     return(await _rfqDataAcess.GetMPRBuyerGroupsById(id));
 }