예제 #1
0
 public DataSet GetLocationWise1(string Customer, string Appname)
 {
     anbp = new AnalyticsDALC();
     return anbp.GetLocationWise1(Customer, Appname);
 }