Beispiel #1
0
 public IEnumerable <Receita> FiltrarReceitasPorCategoria(int?id)
 {
     return(_categoriaService.FiltrarReceitasPorCategoria(id));
 }