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