public EntityTiendaPaginacion (KeyTienda oKey, String oNombreTienda, String oDireccion, String oIdDistrito, String oIdProvincia, String oIdRegion, String oNombreDistrito, String oNombreProvincia, String oNombreDepartamento, String oReferencia, Int32 oEstado, String oEstadoNombre, EntityPaginacion oEntityPaginacion) : base(oKey, oNombreTienda, oDireccion, oIdDistrito, oIdProvincia, oIdRegion, oReferencia, oEstado) { this.entityPaginacion = oEntityPaginacion; this.nombreDistrito = oNombreDistrito; this.nombreProvincia = oNombreProvincia; this.nombreDepartamento = oNombreDepartamento; }
public EntityPedidoPaginacion( KeyPedido oKey, int oIdEmpresa, string oCodigoPedido, DateTime oFechaPedido, DateTime oFechaPago, DateTime oFechaEntrega, int oIdEncargado, decimal oTotalBruto, decimal oRetencion, decimal oTotalNeto, int oEstado, String oEstadoNombre, EntityPaginacion oEntityPaginacion) : base( oKey, oIdEmpresa, oCodigoPedido, oFechaPedido, oFechaPago, oFechaEntrega, oIdEncargado, oTotalBruto, oRetencion, oTotalNeto, oEstado ) { this.entityPaginacion = oEntityPaginacion; this.estadoNombre = oEstadoNombre; }
public EntityGrupoPaginacion( Keys.KeyGrupo okey, Int32 okeyPadre, String oDescripcionCorta, String oDescripcionLarga, Int32 oEstado, String oGrupoPadreNombre, String oEstadoNombre, EntityPaginacion oEntityPaginacion) : base(okey, okeyPadre, oDescripcionCorta, oDescripcionLarga, oEstado) { this.entityPaginacion = oEntityPaginacion; this.grupoPadreNombre = oGrupoPadreNombre; this.estadonombre = oEstadoNombre; }
public EntityCargoPaginacion( Keys.KeyCargo okey, String oNombreCargo, String oDescripcion, Int32 oEstado, String oEstadoNombre, EntityPaginacion oEntityPaginacion) : base( okey, oNombreCargo, oDescripcion, oEstado ) { this.estadoNombre = oEstadoNombre; this.entityPaginacion = oEntityPaginacion; }
public EntityDetallePedidoPaginacion( KeyDetallePedido oKey, int oCantidad, decimal oTotalBruto, decimal oRetencion, decimal oTotalNeto, int oEstado, String oEstadoNombre, EntityPaginacion oEntityPaginacion) : base( oKey, oCantidad, oTotalBruto, oRetencion, oTotalNeto, oEstado ) { this.entityPaginacion = oEntityPaginacion; this.estadoNombre = oEstadoNombre; }