aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/HardwareWinderDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/HardwareWinderDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/HardwareWinderDTO.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/HardwareWinderDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/HardwareWinderDTO.cs
index 328813083..a65d81791 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/HardwareWinderDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/HardwareWinderDTO.cs
@@ -4,22 +4,11 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
-using Tango.BL.ActionLogs;
-using Tango.BL.Entities;
namespace Tango.BL.DTO
{
public class HardwareWinderDTO : HardwareWinderDTOBase
{
- [ObservableDTOProperty(MapsTo = nameof(HardwareWinder.HardwareWinderType) + "." + nameof(HardwareWinder.HardwareWinderType.Description))]
- public String HardwareWinderTypeDescription { get; set; }
- [ActionLogIgnore]
- public HardwareWinderTypeDTO HardwareWinderType { get; set; }
-
- protected override string OnGetActionLogName()
- {
- return $"Winder '{HardwareWinderTypeDescription}'";
- }
}
}