Exemple #1
0
 public List <PackingBoxModel> GetBoxPackingData(string fromdate, string todate, string project)
 {
     try
     {
         return(iProductionReport.GetBoxPackingData(fromdate, todate, project));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }