diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTablesGroupDTO.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTablesGroupDTO.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTablesGroupDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTablesGroupDTO.cs index 2091e5e57..8419055c7 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTablesGroupDTO.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTablesGroupDTO.cs @@ -9,16 +9,6 @@ namespace Tango.BL.DTO { public class ProcessParametersTablesGroupDTO : ProcessParametersTablesGroupDTOBase { - public List<ProcessParametersTableDTO> ProcessParametersTables { get; set; } - public ProcessParametersTablesGroupDTO() - { - ProcessParametersTables = new List<ProcessParametersTableDTO>(); - } - - protected override string OnGetActionLogName() - { - return $"Process Group '{Name}'"; - } } } |
