IEnumerable <Tarefa> ITarefaService.ObterTarefasPorCategoria(int id) { return(_tarefaRepository.ObterTarefasPorCategoria(id)); }