Esempio n. 1
0
 public DataSet GetLocationDrillDown1_City(string Customer, string Appname, string State)
 {
     anbp = new AnalyticsDALC();
     return anbp.GetLocationDrillDown1_City(Customer, Appname, State);
 }