Exemplo n.º 1
0
        public async Task <IHttpActionResult> GetAllMPRBuyerGroups()
        {
            List <MPRBuyerGroupModel> model = new List <MPRBuyerGroupModel>();

            model = await _rfqBusenessAcess.GetAllMPRBuyerGroups();

            return(Ok(model));
        }