Mathias Pedersen

Results 1 issues of Mathias Pedersen

``` Dictionary dtn = new Dictionary(); dtn.Add("name", "Test"); List products = _pf.GetByFilter(dtn, null, null); ``` The above snippet returns all products, but should only return those names 'Test'. The response...