Ejemplo n.º 1
0
 public List <AssemblyLineInfo> GetAssemblyLineReport(string date, long line)
 {
     try
     {
         return(iProductionReport.GetAssemblyLineReport(date, line));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }