aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/UserInfo.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-29 00:17:45 +0800
committercrupest <crupest@outlook.com>2020-01-29 00:17:45 +0800
commitb6043126fae039c58512f60a576b10925b06df4c (patch)
tree480e4e0fa03f0736cfee97876603fdb87d3fd3bd /Timeline/Models/UserInfo.cs
parent1a653fca9e4e3371dd65782c987a736e2259d66a (diff)
downloadtimeline-b6043126fae039c58512f60a576b10925b06df4c.tar.gz
timeline-b6043126fae039c58512f60a576b10925b06df4c.tar.bz2
timeline-b6043126fae039c58512f60a576b10925b06df4c.zip
...
Diffstat (limited to 'Timeline/Models/UserInfo.cs')
-rw-r--r--Timeline/Models/UserInfo.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Timeline/Models/UserInfo.cs b/Timeline/Models/UserInfo.cs
deleted file mode 100644
index eff47329..00000000
--- a/Timeline/Models/UserInfo.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace Timeline.Models
-{
- public class UserInfo
- {
- public long Id { get; set; }
- public long Version { get; set; }
- public string Username { get; set; } = default!;
- public bool Administrator { get; set; }
- }
-}