public EntityProductoPaginacion( Keys.KeyProducto okey, String oNombre, String oDescripcionCorta, String oDescripcionLarga, int oCantidadMinimainventario, int oCantidadInventario, Decimal oPrecioUnitario, int oIdGrupo, int oestado, String oGrupoNombre, String oEstadoNombre, EntityPaginacion oEntityPaginacion) : base( okey, oNombre, oDescripcionCorta, oDescripcionLarga, oCantidadMinimainventario, oCantidadInventario, oPrecioUnitario, oIdGrupo, oestado ) { this.GrupoNombre = oGrupoNombre; this.EstadoNombre = oEstadoNombre; this.entityPaginacion = oEntityPaginacion; }
public EntityProducto( Keys.KeyProducto okey, String oNombre, String oDescripcionCorta, String oDescripcionLarga, Int32 oCantidadMinimaInventario, Int32 oCantidadInventario, Decimal oPrecioUnitario, int oIdGrupo, int oEstado ) { this.key = okey; this.nombre = oNombre; this.descripcionCorta = oDescripcionCorta; this.descripcionLarga = oDescripcionLarga; this.cantidadMinimaInventario = oCantidadMinimaInventario; this.cantidadInventario = oCantidadInventario; this.precioUnitario = oPrecioUnitario; this.idGrupo = oIdGrupo; this.estado = oEstado; }