Exemplo n.º 1
0
 private static void ListInventory(InventoryDAL invDAL)
 {
     DataTable dt = invDAL.GetAllInventoryAsTable();
     DisplayTable(dt);
 }