public RefreshRetailerProducts(IRefreshProducts refreshProducts)
 {
     _refreshProducts = refreshProducts;
 }
Ejemplo n.º 2
0
 public TestController(IRefreshProducts refreshProducts)
 {
     _refreshProducts = refreshProducts;
 }