Initial commit
This commit is contained in:
9
Backend/LogicResults/LogicResultState.cs
Normal file
9
Backend/LogicResults/LogicResultState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Backend.LogicResults {
|
||||
public enum LogicResultState {
|
||||
Ok,
|
||||
BadRequest,
|
||||
Forbidden,
|
||||
NotFound,
|
||||
Conflict
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user