コード例 #1
0
 IEnumerable <Tarefa> ITarefaService.ObterTarefasPorCategoria(int id)
 {
     return(_tarefaRepository.ObterTarefasPorCategoria(id));
 }