Finished database management and user authentication
This commit is contained in:
9
HopFrame.Api/Logic/LogicResultState.cs
Normal file
9
HopFrame.Api/Logic/LogicResultState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace HopFrame.Api.Logic;
|
||||
|
||||
public enum LogicResultState {
|
||||
Ok,
|
||||
BadRequest,
|
||||
Forbidden,
|
||||
NotFound,
|
||||
Conflict
|
||||
}
|
||||
Reference in New Issue
Block a user