Beispiel #1
0
 public CartHandler(ICartRepository cartRepository, ProductHandler productHandler)
 {
     _cartRepository = cartRepository;
     _productHandler = productHandler;
 }
Beispiel #2
0
 public CartHandler(ICartRepository cartRepository, ProductHandler productHandler)
 {
     _cartRepository = cartRepository;
     _productHandler = productHandler;
 }