aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/Builders
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-02-15 17:21:16 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-02-15 17:21:16 +0200
commit86b1bde405607c79d3ce252d7386bbb226d03ba5 (patch)
treec7ea5b3fe1b29249b9f3c2afef5d74feb18b7165 /Software/Visual_Studio/Tango.BL/Builders
parent2bfa60ab677ec1da8f968614015ac0147694d31e (diff)
downloadTango-86b1bde405607c79d3ce252d7386bbb226d03ba5.tar.gz
Tango-86b1bde405607c79d3ce252d7386bbb226d03ba5.zip
RML Builder BTSR update.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Builders')
-rw-r--r--Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs b/Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs
index 82d387c21..22c936f83 100644
--- a/Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs
+++ b/Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs
@@ -26,7 +26,9 @@ namespace Tango.BL.Builders
Include(x => x.MediaCondition).
Include(x => x.LinearMassDensityUnit).
Include(x => x.FiberShape).
- Include(x => x.FiberSynth);
+ Include(x => x.FiberSynth).
+ Include(x => x.BtsrApplicationType).
+ Include(x => x.BtsrYarnType);
}
public virtual RmlBuilder WithCctCache(List<Cct> cctCache)