Initial commit
This commit is contained in:
8
C#/WebApplication/Logic/LogicResult/LogicResultState.cs
Normal file
8
C#/WebApplication/Logic/LogicResult/LogicResultState.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
public enum LogicResultState
|
||||
{
|
||||
Ok,
|
||||
BadRequest,
|
||||
Forbidden,
|
||||
NotFound,
|
||||
Conflict
|
||||
}
|
||||
Reference in New Issue
Block a user