예제 #1
0
 public List <DailyProductionModel> GetProductCount(int projectId, string date)
 {
     try
     {
         return(iProductionReport.GetProductCount(projectId, date));
     }
     catch (Exception ex) { throw ex; }
 }