public RefreshRetailerProducts(IRefreshProducts refreshProducts)
 {
     _refreshProducts = refreshProducts;
 }
예제 #2
0
 public TestController(IRefreshProducts refreshProducts)
 {
     _refreshProducts = refreshProducts;
 }