Exemplo n.º 1
0
 public Inventario ListarInventarioDireccion(string direccion)
 {
     return(inventarioDAO.ListarInventarioDireccion(direccion));
 }