Ejemplo n.º 1
0
 public List <OQcReportModel> GetOQcReport(int projectId, string date)
 {
     try
     {
         return(iProductionReport.GetOQcReport(projectId, date));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }