summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.Domain.BI/AtalhosCalculo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.Domain.BI/AtalhosCalculo.cs')
-rw-r--r--Gestor.Model/Model.Domain.BI/AtalhosCalculo.cs28
1 files changed, 0 insertions, 28 deletions
diff --git a/Gestor.Model/Model.Domain.BI/AtalhosCalculo.cs b/Gestor.Model/Model.Domain.BI/AtalhosCalculo.cs
deleted file mode 100644
index c1a0ec4..0000000
--- a/Gestor.Model/Model.Domain.BI/AtalhosCalculo.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using Gestor.Model.Attributes;
-using System;
-using System.ComponentModel;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.Domain.BI
-{
- public class AtalhosCalculo
- {
- public string Agrupamento
- {
- get;
- set;
- }
-
- [Description("COTAÇÕES")]
- [Tipo("QUANTIDADE")]
- public int Cotacoes
- {
- get;
- set;
- }
-
- public AtalhosCalculo()
- {
- }
- }
-} \ No newline at end of file