diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/HardwareDancerDTO.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/HardwareDancerDTO.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/HardwareDancerDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/HardwareDancerDTO.cs index 187f7081e..1963ae9d7 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/HardwareDancerDTO.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/HardwareDancerDTO.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 HardwareDancerDTO : HardwareDancerDTOBase { - [ObservableDTOProperty(MapsTo = nameof(HardwareDancer.HardwareDancerType) + "." + nameof(HardwareDancer.HardwareDancerType.Description))] - public String HardwareDancerTypeDescription { get; set; } - [ActionLogIgnore] - public HardwareDancerTypeDTO HardwareDancerType { get; set; } - - protected override string OnGetActionLogName() - { - return $"Dancer '{HardwareDancerTypeDescription}'"; - } } } |
