Simplify return stack
This commit is contained in:
parent
5ccc28516f
commit
c5403ca206
8 changed files with 84 additions and 106 deletions
|
|
@ -1,9 +0,0 @@
|
|||
using System;
|
||||
namespace Start.Shared {
|
||||
public enum BookmarkStatus {
|
||||
OK = 1,
|
||||
BookmarkDoesNotExist = 2,
|
||||
OwnerDoesNotMatch = 3,
|
||||
UserDoesNotExist = 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue