summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.Common/ValidationStates.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.Common/ValidationStates.cs')
-rw-r--r--Gestor.Model/Model.Common/ValidationStates.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Gestor.Model/Model.Common/ValidationStates.cs b/Gestor.Model/Model.Common/ValidationStates.cs
deleted file mode 100644
index e9b84e4..0000000
--- a/Gestor.Model/Model.Common/ValidationStates.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System;
-
-namespace Gestor.Model.Common
-{
- public enum ValidationStates
- {
- Ok,
- Error,
- Warning
- }
-} \ No newline at end of file