aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/HardwareBlowerDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/HardwareBlowerDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/HardwareBlowerDTO.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/HardwareBlowerDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/HardwareBlowerDTO.cs
index 041f58553..be8a50ca1 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/HardwareBlowerDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/HardwareBlowerDTO.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 HardwareBlowerDTO : HardwareBlowerDTOBase
{
- [ObservableDTOProperty(MapsTo = nameof(HardwareBlower.HardwareBlowerType) + "." + nameof(HardwareBlower.HardwareBlowerType.Description))]
- public String HardwareBlowerTypeDescription { get; set; }
- [ActionLogIgnore]
- public HardwareBlowerTypeDTO HardwareBlowerType { get; set; }
-
- protected override string OnGetActionLogName()
- {
- return $"Blower '{HardwareBlowerTypeDescription}'";
- }
}
}