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