diff options
Diffstat (limited to 'Gestor.Model/Model.Common/ValidationStates.cs')
| -rw-r--r-- | Gestor.Model/Model.Common/ValidationStates.cs | 11 |
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 |