public List <HourlyTargetModel> GetLogisticsReport(string date, string project) { try { return(iProductionReport.GetLogisticsReport(date, project)); } catch (Exception ex) { throw ex; } }