13 lines
199 B
C#
13 lines
199 B
C#
namespace EnvelopeGenerator.Web
|
|
{
|
|
public class Constants
|
|
{
|
|
public enum ErrorType
|
|
{
|
|
None,
|
|
ServerError,
|
|
FilesystemError
|
|
}
|
|
}
|
|
}
|