Esempio n. 1
0
        public ProductService()
        {
            var factory = new ProductRepositoryFactory();

            this.repository = factory.Create();
        }
 public ProductService()
 {
     var factory = new ProductRepositoryFactory();
     this.repository = factory.Create();
 }