Use DTOs in controller
This commit is contained in:
parent
b52610e126
commit
106956157b
5 changed files with 56 additions and 11 deletions
|
|
@ -1,9 +0,0 @@
|
|||
using System;
|
||||
namespace Start.Server.Data.Services.Interfaces {
|
||||
public enum BookmarkStatus {
|
||||
OK = 1,
|
||||
BookmarkDoesNotExist = 2,
|
||||
OwnerDoesNotMatch = 3,
|
||||
UserDoesNotExist = 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue