func tableView()

in eCommerce/Controllers/ProductsViewController.swift [171:173]


    func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
        return products.count
    }