Exemplo n.º 1
0
 public DataTable ListarInventario()
 {
     return(inventarioDAO.ListarInventario());
 }
Exemplo n.º 2
0
 public DataTable ListarInventario()
 {
     return(objdatos.ListarInventario());
 }