public ProductService(string connectionString) { connectionManager = new ConnectionManager(connectionString); productRepository = new ProductRepository(connectionManager); }
public ShowProducts() { product = new ProductRepository(); }