summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.Common/NegocioCorretora.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.Common/NegocioCorretora.cs')
-rw-r--r--Gestor.Model/Model.Common/NegocioCorretora.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/Gestor.Model/Model.Common/NegocioCorretora.cs b/Gestor.Model/Model.Common/NegocioCorretora.cs
deleted file mode 100644
index 95aa863..0000000
--- a/Gestor.Model/Model.Common/NegocioCorretora.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 NegocioCorretora
- {
- [Description("NOVO NEGÓCIO")]
- [OldValue("0")]
- Novo,
- [Description("NEGÓCIO PRÓPRIO")]
- [OldValue("1")]
- Proprio
- }
-} \ No newline at end of file