Exemplo n.º 1
0
        public async Task <ICollection <Alerta> > GetAlertasAsync()
        {
            var alertas = await AlertRepository.GetAllAsync();

            return(alertas);
        }