示例#1
0
 public DataSet GetAllMerchantActivities(string MerchantID)
 {
     return(mar.GetAllMerchantActivities(MerchantID));
 }