Advertisement
Guest User

Untitled

a guest
May 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class DoesSomething {
  2. public int Id { get; set; }
  3. public string Name { get; set; }
  4. public string JsonData{ get; set; }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement