Ejemplo n.º 1
0
        public IHttpActionResult GetSelctOPAPI(string customer, string project)
        {
            var EnumEntity = EventReportManagerService.GetSelctOP(customer, project);

            return(Ok(EnumEntity));
        }