public IHttpActionResult GetColorSourceAPPAPI(string project, string productphase, string parttypes) { var EnumEntity = EventReportManagerService.GetAllColorAPP(project, productphase, parttypes); return(Ok(EnumEntity)); }