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