Precio constructor

Precio()

Implementation

Precio() : super(module: 'factura', name: 'precio') {
  bind(members: [id, nombre, preciod]);
}