summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.API/CustomerData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.API/CustomerData.cs')
-rw-r--r--Gestor.Model/Model.API/CustomerData.cs42
1 files changed, 0 insertions, 42 deletions
diff --git a/Gestor.Model/Model.API/CustomerData.cs b/Gestor.Model/Model.API/CustomerData.cs
deleted file mode 100644
index ca78e4a..0000000
--- a/Gestor.Model/Model.API/CustomerData.cs
+++ /dev/null
@@ -1,42 +0,0 @@
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.API
-{
- public class CustomerData
- {
- public string AreaCode
- {
- get;
- set;
- }
-
- public string Corretora
- {
- get;
- set;
- }
-
- public string Email
- {
- get;
- set;
- }
-
- public string Name
- {
- get;
- set;
- }
-
- public string Number
- {
- get;
- set;
- }
-
- public CustomerData()
- {
- }
- }
-} \ No newline at end of file