示例#1
0
 public List <AgingQcStationModel> GetAgingReport(DateTime fromdate, DateTime todate, long?project)
 {
     try
     {
         return(iProductionReport.GetAgingReport(fromdate, todate, project));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }