Ejemplo n.º 1
0
 public SpecificationFactory(ISpecificationXmlSource xmlSource)
 {
     _builder   = new XmlSpecificationCompiler(xmlSource.DefaultExpressionLanguage, this);
     _cache     = new Dictionary <string, ISpecification>();
     _xmlSource = xmlSource;
 }
Ejemplo n.º 2
0
 public SpecificationFactory(ISpecificationXmlSource xmlSource)
 {
     _builder = new XmlSpecificationCompiler(this, xmlSource.DefaultExpressionLanguage);
     _cache = new Dictionary<string, ISpecification>();
     _xmlSource = xmlSource;
 }