I have the following code snippet:
var filter = new { categoria = 1, cond2 = foo, ... };
p = new ProdutoBusiness().listarProdutos( filter ).ToList();
I wanted to work with this anonymous type as a parameter to filter, but I do not know how...
asked by
12.12.2016 / 21:07