Exemple #1
0
 public DataTable GetAFLTotalProduction(string ICSCode, string Year, int ProductID)
 {
     return(Reports_DL.GetAFLTotalProduction(ICSCode, Year, ProductID));
 }
Exemple #2
0
 public DataTable GetAFLTotalProduction(string ICSCode)
 {
     return(Reports_DL.GetAFLTotalProduction(ICSCode));
 }