Use DTOs in controller

This commit is contained in:
Neil Brommer 2021-11-15 21:44:16 -08:00
parent b52610e126
commit 106956157b
5 changed files with 56 additions and 11 deletions

View file

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