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