aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/MachineDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/MachineDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/MachineDTO.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/MachineDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/MachineDTO.cs
index c6758aeff..41eca6693 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/MachineDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/MachineDTO.cs
@@ -9,26 +9,6 @@ namespace Tango.BL.DTO
{
public class MachineDTO : MachineDTOBase
{
- public ConfigurationDTO Configuration { get; set; }
- //public List<CatDTO> Cats { get; set; }
-
- public List<SpoolDTO> Spools { get; set; }
-
- public MachineDTO()
- {
- //Cats = new List<CatDTO>();
- Spools = new List<SpoolDTO>();
- }
-
- //protected override bool OnShouldActionLogIgnore(string propName)
- //{
- // return propName == nameof(MachineDTO.Cats);
- //}
-
- protected override string OnGetActionLogName()
- {
- return $"Machine '{SerialNumber}'";
- }
}
}