コード例 #1
0
 public DataSet TotalActions3SM(string Appname, string Customer, string SMType)
 {
     anbp = new AnalyticsDALC();
     return anbp.TotalActions3SM(Appname, Customer, SMType);
 }