summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.License/Licenca.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.License/Licenca.cs')
-rw-r--r--Gestor.Model/Model.License/Licenca.cs42
1 files changed, 0 insertions, 42 deletions
diff --git a/Gestor.Model/Model.License/Licenca.cs b/Gestor.Model/Model.License/Licenca.cs
deleted file mode 100644
index dfece96..0000000
--- a/Gestor.Model/Model.License/Licenca.cs
+++ /dev/null
@@ -1,42 +0,0 @@
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.License
-{
- public class Licenca
- {
- public bool AcessoLiberado
- {
- get;
- set;
- }
-
- public DateTime Liberacao
- {
- get;
- set;
- }
-
- public Gestor.Model.License.Produto Produto
- {
- get;
- set;
- }
-
- public int Quantidade
- {
- get;
- set;
- }
-
- public int Status
- {
- get;
- set;
- }
-
- public Licenca()
- {
- }
- }
-} \ No newline at end of file