public IHttpActionResult GetSelctOPAPI(string customer, string project) { var EnumEntity = EventReportManagerService.GetSelctOP(customer, project); return(Ok(EnumEntity)); }