internal List <Product> GetAllProducts() { return(gateway.GetAllProducts()); }
public List <Product> GetAllProducts() { return(aProductGateway.GetAllProducts()); }
public List <Product> GetAllProducts() { List <Product> products = productGateway.GetAllProducts(); return(products); }