aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs b/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs
index 4572fe5ae..2738e0f08 100644
--- a/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs
+++ b/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs
@@ -90,15 +90,6 @@ namespace Tango.BL.Entities
get { return EventType.Actions; }
}
- [NotMapped]
- public DateTime ResolvedDateTime { get; set; }
-
- [NotMapped]
- public TimeSpan Duration
- {
- get { return ResolvedDateTime - DateTime; }
- }
-
private User _eventUser;
[NotMapped]
[JsonIgnore]