Beispiel #1
0
 public List <HourlyTargetModel> GetLogisticsReportForUpload(DateTime fromdate, DateTime todate)
 {
     try
     {
         return(iProductionReport.GetLogisticsReportForUpload(fromdate, todate));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }