Beispiel #1
0
 public List <HourlyTargetModel> HourlyStationineWiseFault(int projectId, string date)
 {
     try
     {
         return(iProductionReport.HourlyStationineWiseFault(projectId, date));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }