Exemplo n.º 1
0
 public List <AlertaLogic> Paginacion(PaginateParams paginateParams)
 {
     return(_AlertaRepository.Paginacion(paginateParams));
 }