public Spartane.Core.Classes.Detalle_Notificaciones_Paciente.Detalle_Notificaciones_PacientePagingModel ListaSelAll(int startRowIndex, int maximumRows, string Where, string Order) { var padstartRowIndex = _dataProvider.GetParameter(); padstartRowIndex.ParameterName = "startRowIndex"; padstartRowIndex.DbType = DbType.Int32; padstartRowIndex.Value = startRowIndex; var padmaximumRows = _dataProvider.GetParameter(); padmaximumRows.ParameterName = "maximumRows"; padmaximumRows.DbType = DbType.Int32; padmaximumRows.Value = maximumRows; var padWhere = _dataProvider.GetParameter(); padWhere.ParameterName = "Where"; padWhere.DbType = DbType.String; padWhere.Value = Where; var padOrder = _dataProvider.GetParameter(); padOrder.ParameterName = "Order"; padOrder.DbType = DbType.String; padOrder.Value = Order; var data = _dbContext.ExecuteStoredProcedureList <Spartane.Core.Classes.StoredProcedure.SpListSelAllDetalle_Notificaciones_Paciente>("sp_ListSelAll_Detalle_Notificaciones_Paciente", padWhere, padOrder, padstartRowIndex, padmaximumRows); Detalle_Notificaciones_PacientePagingModel result = null; if (data != null) { result = new Detalle_Notificaciones_PacientePagingModel { Detalle_Notificaciones_Pacientes = data.Select(m => new Spartane.Core.Classes.Detalle_Notificaciones_Paciente.Detalle_Notificaciones_Paciente { Folio = m.Detalle_Notificaciones_Paciente_Folio , FolioConfiguracion = m.Detalle_Notificaciones_Paciente_FolioConfiguracion , Funcionalidad = m.Detalle_Notificaciones_Paciente_Funcionalidad , Funcionalidad_Funcionalidades_para_Notificacion = new Core.Classes.Funcionalidades_para_Notificacion.Funcionalidades_para_Notificacion() { Folio = m.Detalle_Notificaciones_Paciente_Funcionalidad.GetValueOrDefault(), Funcionalidad = m.Detalle_Notificaciones_Paciente_Funcionalidad_Funcionalidad } //,Id = m.Id }).ToList() }; } return(result); }
public Spartane.Core.Domain.Detalle_Notificaciones_Paciente.Detalle_Notificaciones_PacientePagingModel ListaSelAll(int startRowIndex, int maximumRows, string Where, string Order) { Detalle_Notificaciones_PacientePagingModel result = null; return(result); }