示例#1
0
 public DataSet GetLocationDrillDown_Age(string Customer, string Appname, string Country)
 {
     anbp = new AnalyticsDALC();
     return anbp.GetLocationDrillDown_Age(Customer, Appname, Country);
 }