Ejemplo n.º 1
0
 public DataSet GetAllMerchantActivities(string MerchantID)
 {
     return(mar.GetAllMerchantActivities(MerchantID));
 }