summaryrefslogtreecommitdiff
path: root/Forms/PrizeDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Forms/PrizeDTO.cs')
-rw-r--r--Forms/PrizeDTO.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Forms/PrizeDTO.cs b/Forms/PrizeDTO.cs
new file mode 100644
index 0000000..6741567
--- /dev/null
+++ b/Forms/PrizeDTO.cs
@@ -0,0 +1,8 @@
+namespace BackendPIA.Forms {
+ public class PrizeDTO {
+ public long Id { get; set; }
+ public string Name { get; set; }
+ public int Tier { get; set; }
+ public string Category { get; set; }
+ }
+} \ No newline at end of file