Ejemplo n.º 1
0
 public StoresController(IPageRetrieverFactory factory)
 {
     this.pageRetrieverFactory = factory;
 }
Ejemplo n.º 2
0
 public ProductsController(IPageRetrieverFactory factory)
 {
     this.pageRetrieverFactory = factory;
 }