diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-12 13:47:16 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-12 13:47:16 +0300 |
| commit | 8e15f292e2950cac71282923adc357f2abf8b306 (patch) | |
| tree | 536364e18b4ddba95ebbbed9e83449a733e65527 /Software/Visual_Studio/Tango.BL/DTO | |
| parent | ae42b51d0488b8d329c3379e6c345e4fe7421cf9 (diff) | |
| download | Tango-8e15f292e2950cac71282923adc357f2abf8b306.tar.gz Tango-8e15f292e2950cac71282923adc357f2abf8b306.zip | |
Extra Inks Catalogs.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/ColorCatalogsItemDTOBase.cs | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ColorCatalogsItemDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/ColorCatalogsItemDTOBase.cs index 4b2609281..519af0f96 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/ColorCatalogsItemDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/ColorCatalogsItemDTOBase.cs @@ -141,5 +141,53 @@ namespace Tango.BL.DTO get; set; } + /// <summary> + /// blue extra + /// </summary> + public Double BlueExtra + { + get; set; + } + + /// <summary> + /// navy extra + /// </summary> + public Double NavyExtra + { + get; set; + } + + /// <summary> + /// orange extra + /// </summary> + public Double OrangeExtra + { + get; set; + } + + /// <summary> + /// red extra + /// </summary> + public Double RedExtra + { + get; set; + } + + /// <summary> + /// rubine extra + /// </summary> + public Double RubineExtra + { + get; set; + } + + /// <summary> + /// violet extra + /// </summary> + public Double VioletExtra + { + get; set; + } + } } |
