public RefreshRetailerProducts(IRefreshProducts refreshProducts)
 {
     _refreshProducts = refreshProducts;
 }
Пример #2
0
 public TestController(IRefreshProducts refreshProducts)
 {
     _refreshProducts = refreshProducts;
 }