示例#1
0
 public DataTable GetAssemblyLineissuesByDate(string date, int projectId)
 {
     try
     {
         return(iProductionReport.GetAssemblyLineissuesByDate(date, projectId));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }