예제 #1
0
 public IEnumerable <Alerta> ObterTodos()
 {
     return(_alertaRepository.ObterTodos());
 }