Esempio n. 1
0
 public List <RepairStationInfoModel> GetFullRepairStationReport(int project, DateTime fromdate, DateTime todate)
 {
     try
     {
         return(iProductionReport.GetFullRepairStationReport(project, fromdate, todate));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }