Exemplo n.º 1
0
 public ProductService(string connectionString)
 {
     connectionManager = new ConnectionManager(connectionString);
     productRepository = new ProductRepository(connectionManager);
 }
Exemplo n.º 2
0
 public ShowProducts()
 {
     product = new ProductRepository();
 }