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