Dependency
class ShopService {
func changeProductPrice(price: String, product: Product) {
product.changePrice(price)
}
}INFO
class ShopService {
func changeProductPrice(price: String, product: Product) {
product.changePrice(price)
}
}