Ejemplo n.º 1
0
 public XmlResponseTranslator(XmlResponseTranslationCollection xmlResponseTranslations)
 {
     _xmlResponseTranslations = xmlResponseTranslations;
 }
Ejemplo n.º 2
0
 public XmlResponseTranslationBehavior(XmlResponseTranslationCollection xmlResponseTranslation)
 {
     _xmlResponseTranslation = xmlResponseTranslation ?? throw new ArgumentNullException(nameof(xmlResponseTranslation));
 }