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