Files
EnvelopeGenerator/EnvelopeGenerator.Web/Constants.cs
Jonathan Jenne 2c936c2629 Remove Blazor
2023-11-08 14:52:14 +01:00

13 lines
199 B
C#

namespace EnvelopeGenerator.Web
{
public class Constants
{
public enum ErrorType
{
None,
ServerError,
FilesystemError
}
}
}