Exemplo n.º 1
0
 public List<InventorySystem.Entities.Product> GetProducts()
 {
     _da = new ProductDataAccess();
     return _da.GetProducts();
 }