Example #1
0
        public List <Notificacoes> Notifications()
        {
            //Gets notifications and deletes them!! if picked none, none exists!!
            List <Notificacoes> noti = null;

            noti = notificacoesManager.SelecionarApagarNotificacoes();
            return(noti);
        }