Esempio n. 1
0
 public List <HourlyTargetModel> DisplayProductionCount(string date)
 {
     try
     {
         return(iProductionReport.DisplayProductionCount(date));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }