diff options
author | crupest <crupest@outlook.com> | 2020-01-29 23:13:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-29 23:13:15 +0800 |
commit | abde51b167f17301c25e32ae247e7909c0dc9367 (patch) | |
tree | c9131a7b95fffd64bf2c26527d7f62fbdefa7e2c /Timeline/Models/PutResult.cs | |
parent | 81c261b59016e15d320ad963882afe4d9c7b5f7d (diff) | |
download | timeline-abde51b167f17301c25e32ae247e7909c0dc9367.tar.gz timeline-abde51b167f17301c25e32ae247e7909c0dc9367.tar.bz2 timeline-abde51b167f17301c25e32ae247e7909c0dc9367.zip |
...
Diffstat (limited to 'Timeline/Models/PutResult.cs')
-rw-r--r-- | Timeline/Models/PutResult.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Timeline/Models/PutResult.cs b/Timeline/Models/PutResult.cs deleted file mode 100644 index cecf86e6..00000000 --- a/Timeline/Models/PutResult.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace Timeline.Models
-{
- /// <summary>
- /// Represents the result of a "put" operation.
- /// </summary>
- public enum PutResult
- {
- /// <summary>
- /// Indicates the item did not exist and now is created.
- /// </summary>
- Create,
- /// <summary>
- /// Indicates the item exists already and is modified.
- /// </summary>
- Modify
- }
-}
|