summaryrefslogtreecommitdiff
path: root/JuickApi/User.cs
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-29 12:46:52 +0400
committerGravatar Vitaly Takmazov2013-03-29 12:46:52 +0400
commita84c894c89f23e3eb6416ff8943d4d8a2fe84a49 (patch)
treeb617165e09638fa4a75d2f2efda806cc37f1e81a /JuickApi/User.cs
parent30cde3d22be88b8f5bd6204cc865182385ea8258 (diff)
undo PCL project because it is not supported by WP7.1 SDK
Diffstat (limited to 'JuickApi/User.cs')
-rw-r--r--JuickApi/User.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/JuickApi/User.cs b/JuickApi/User.cs
deleted file mode 100644
index dd8bae2..0000000
--- a/JuickApi/User.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace JuickApi
-{
- public class User
- {
- public int Uid { get; set; }
- public string UName { get; set; }
- public string Fullname { get; set; }
- }
-}