示例#1
0
 public List <ReworkList> GetFaultListByDate(DateTime fromdate, DateTime todate)
 {
     try
     {
         return(iProductionReport.GetFaultListByDate(fromdate, todate));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }