Skip to content

Instantly share code, notes, and snippets.

@bryanmikaelian
Created January 5, 2012 21:05
Show Gist options
  • Save bryanmikaelian/1567275 to your computer and use it in GitHub Desktop.
Save bryanmikaelian/1567275 to your computer and use it in GitHub Desktop.
Example for David
var contributionData = new List<dynamic> {
new Contribution { FundOrPledgeDrive = "Auto Test Fund", SubFund = null, Amount = "2204" },
new Contribution { FundOrPledgeDrive = "Auto Test Fund", SubFund = null, Amount = "2208" }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment