Exemplo n.º 1
0
        public async Task <IHttpActionResult> InsertMPRApprover(MPRApproverModel model)
        {
            statuscheckmodel status = new statuscheckmodel();

            status = await _rfqBusenessAcess.InsertMPRApprover(model);

            return(Ok(status));
        }