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

            model = await _rfqBusenessAcess.GetAllMPRApprovers();

            return(Ok(model));
        }