Beispiel #1
0
 public Inventario ListarInventarioDireccion(string direccion)
 {
     return(inventarioDAO.ListarInventarioDireccion(direccion));
 }