Advertisement
Guest User

Untitled

a guest
Aug 10th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. convert Dictionary into JSOn
  2. IDictionary<string, ICollection<BuzzCompaignModel>> BuzzCompaignByInterest ;
  3.  
  4. public class BuzzCompaignModel
  5. {
  6. public long BuzzCompaignId { get; set; }
  7. public string Name { get; set; }
  8. public string Description { get; set; }
  9. public DateTime EndDate { get; set; }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement