Guest User

Untitled

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