Ejemplo n.º 1
0
 public DataSet GetPeriodDrillDown(string Appname, string YearMonth)
 {
     anbp = new AnalyticsDALC();
     return anbp.GetPeriodDrillDown(Appname, YearMonth);
 }