chore: alle Projekte in das Verzeichnis src verschieben
This commit is contained in:
8
src/WorkFlow.API/WFKey.cs
Normal file
8
src/WorkFlow.API/WFKey.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace WorkFlow.API
|
||||
{
|
||||
public static class WFKey
|
||||
{
|
||||
public static readonly string WrongPassword = nameof(WrongPassword);
|
||||
public static readonly string UserNotFoundOrWrongPassword = nameof(UserNotFoundOrWrongPassword);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user