Ejemplo n.º 1
0
        public void EnumerateTwoSpecifications()
        {
            var postCodeStartsWithSpecification = new PostCodeStartsWithSpecification();
            var postCodeEndsWithSpecification   = new PostCodeStartsWithSpecification();

            new SpecificationAggregate <>()
        }
Ejemplo n.º 2
0
        public void EnumerateTwoSpecifications()
        {
            var postCodeStartsWithSpecification = new PostCodeStartsWithSpecification();
            var postCodeEndsWithSpecification = new PostCodeStartsWithSpecification();

             new SpecificationAggregate<>()
        }