diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/CatDTOBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/CatDTOBase.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/CatDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/CatDTOBase.cs index 20d534950..31de24ec0 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/CatDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/CatDTOBase.cs @@ -53,13 +53,5 @@ namespace Tango.BL.DTO get; set; } - /// <summary> - /// data - /// </summary> - public Byte[] Data - { - get; set; - } - } } |
