Ejemplo n.º 1
0
        public IHttpActionResult CheckWIPNeedUpdate(string Op_Type)
        {
            var wipflag = EventReportManagerService.CheckWIPNeedUpdate(Op_Type);

            return(Ok(wipflag));
        }