示例#1
0
 public List <tblLogistics> GetLogisticsReportWithDateModel(DateTime fromdate, DateTime todate, string model, string color)
 {
     try
     {
         return(iProductionReport.GetLogisticsReportWithDateModel(fromdate, todate, model, color));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }