diff options
Diffstat (limited to 'Gestor.Model/Model.Common/Negocio.cs')
| -rw-r--r-- | Gestor.Model/Model.Common/Negocio.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Gestor.Model/Model.Common/Negocio.cs b/Gestor.Model/Model.Common/Negocio.cs deleted file mode 100644 index 3b77342..0000000 --- a/Gestor.Model/Model.Common/Negocio.cs +++ /dev/null @@ -1,18 +0,0 @@ -using Gestor.Model.Attributes;
-using Gestor.Model.Converter;
-using System;
-using System.ComponentModel;
-
-namespace Gestor.Model.Common
-{
- [TypeConverter(typeof(EnumDescriptionTypeConverter))]
- public enum Negocio
- {
- [Description("PRÓPRIA")]
- [OldValue("1")]
- Proprio = 1,
- [Description("OUTRA CORRETORA")]
- [OldValue("2")]
- Outro = 2
- }
-}
\ No newline at end of file |