Simplify return stack

This commit is contained in:
Neil Brommer 2021-11-15 22:27:28 -08:00
parent 5ccc28516f
commit c5403ca206
8 changed files with 84 additions and 106 deletions

View file

@ -1,9 +0,0 @@
using System;
namespace Start.Shared {
public enum BookmarkStatus {
OK = 1,
BookmarkDoesNotExist = 2,
OwnerDoesNotMatch = 3,
UserDoesNotExist = 4
}
}