Пример #1
0
 public List <AssemblyLineproductionStatusModel> GetPackagingProductionStatusReport(int project, string fromdate, string todate)
 {
     try
     {
         return(iProductionReport.GetPackagingProductionStatusReport(project, fromdate, todate));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }