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