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