Example #1
0
 public XmlResponseTranslator(XmlResponseTranslationCollection xmlResponseTranslations)
 {
     _xmlResponseTranslations = xmlResponseTranslations;
 }
Example #2
0
 public XmlResponseTranslationBehavior(XmlResponseTranslationCollection xmlResponseTranslation)
 {
     _xmlResponseTranslation = xmlResponseTranslation ?? throw new ArgumentNullException(nameof(xmlResponseTranslation));
 }