Guest User

Untitled

a guest
Sep 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [
  2. {
  3. DrinkId: 1,
  4. Name: "Ceres Top",
  5. Description: "Øl på flaske",
  6. category: {
  7. CategoryId: 1,
  8. Name: "Billige Drinks"
  9. },
  10. prices: [
  11. {
  12. Id: 2,
  13. Price: 12,
  14. NumberOfUnits: 1
  15. },
  16. {
  17. Id: 3,
  18. Price: 100,
  19. NumberOfUnits: 11
  20. }
  21. ]
  22. },
  23. {
  24. DrinkId: 3,
  25. Name: "Fernet Branca",
  26. Description: "LÆKKERIER",
  27. category: {
  28. CategoryId: 2,
  29. Name: "Shots"
  30. },
  31. prices: [
  32. {
  33. Id: 5,
  34. Price: 15,
  35. NumberOfUnits: 1
  36. },
  37. {
  38. Id: 6,
  39. Price: 75,
  40. NumberOfUnits: 6
  41. }
  42. ]
  43. },
  44. {
  45. DrinkId: 2,
  46. Name: "Mojito",
  47. Description: "Mynte, Is, Rom",
  48. category: {
  49. CategoryId: 3,
  50. Name: "Dyre Drinks"
  51. },
  52. prices: [
  53. {
  54. Id: 4,
  55. Price: 45,
  56. NumberOfUnits: 1
  57. }
  58. ]
  59. }
  60. ]
Add Comment
Please, Sign In to add comment