Esempio n. 1
0
 public List <AssemblyLineproductionStatusModel> GetAssemblylineProductionStatusReport(int project, string fromdate, string todate)
 {
     try
     {
         return(iProductionReport.GetAssemblylineProductionStatusReport(project, fromdate, todate));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }