Ejemplo n.º 1
0
        public async Task <IHttpActionResult> GetAllMPRMVJustification()
        {
            List <MPRMVJustification> model = new List <MPRMVJustification>();

            model = await _rfqBusenessAcess.GetAllMPRMVJustification();

            return(Ok(model));
        }