diff options
Diffstat (limited to 'Gestor.Model/Model.License/StatusLicenca.cs')
| -rw-r--r-- | Gestor.Model/Model.License/StatusLicenca.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Gestor.Model/Model.License/StatusLicenca.cs b/Gestor.Model/Model.License/StatusLicenca.cs deleted file mode 100644 index 2cc22bc..0000000 --- a/Gestor.Model/Model.License/StatusLicenca.cs +++ /dev/null @@ -1,19 +0,0 @@ -using Gestor.Model.Converter;
-using System;
-using System.ComponentModel;
-
-namespace Gestor.Model.License
-{
- [TypeConverter(typeof(EnumDescriptionTypeConverter))]
- public enum StatusLicenca
- {
- [Description("NORMAL")]
- Normal,
- [Description("BLOQUEADO")]
- Bloqueado,
- [Description("CONSULTA")]
- Consulta,
- [Description("CANCELADO")]
- Cancelado
- }
-}
\ No newline at end of file |