diff options
author | crupest <crupest@outlook.com> | 2019-04-22 14:45:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-22 14:45:52 +0800 |
commit | 407f97db0be86aa071802b67bfdeadc7703528c9 (patch) | |
tree | 5dc7ed4618477fb695fc45d26984616ecd5fd74a /Timeline/Entities/Common.cs | |
parent | e347b4a4092a24ff7106ffd3aca67d6ca7decca8 (diff) | |
download | timeline-407f97db0be86aa071802b67bfdeadc7703528c9.tar.gz timeline-407f97db0be86aa071802b67bfdeadc7703528c9.tar.bz2 timeline-407f97db0be86aa071802b67bfdeadc7703528c9.zip |
Move http models in to a new namespace. Revert last commit.
Diffstat (limited to 'Timeline/Entities/Common.cs')
-rw-r--r-- | Timeline/Entities/Common.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Timeline/Entities/Common.cs b/Timeline/Entities/Common.cs deleted file mode 100644 index 235a2a20..00000000 --- a/Timeline/Entities/Common.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Timeline.Entities -{ - public class MessageResponse - { - public MessageResponse(string message) - { - Message = message; - } - - public string Message { get; set; } - } -} |