Last active
August 14, 2024 17:10
-
-
Save erkantaylan/07db40269a9ae64880c3a0b6973904c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Id": 1, | |
"Category" : "Yazılım", | |
"Name" : "İlaç Tarif - Yazılım", | |
"Description" : "", | |
"PriceWithTax" : 1480, | |
}, | |
{ | |
"Id": 2, | |
"Category" : "Etiket", | |
"Name" : "10 Bin AdetEtiket", | |
"Description" : "", | |
"PriceWithTax" : 500, | |
} | |
{ | |
"Id": 3, | |
"Category" : "Yazıcı", | |
"Name" : "İlaç Tarif Uyumlu Yazıcı", | |
"Description" : "", | |
"PriceWithTax" : 2000, | |
}, | |
{ | |
"Id": 4, | |
"Category" : "Set", | |
"Name" : "Yazıcı Yazılım Etiket", | |
"Description" : "", | |
"PriceWithTax" : 3900, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment