I have a search method in my WebApi, as it is a search, I used [HttpGet] , as a parameter of this method, I pass an object with the filter options I want, for example:
public class ParametrosBusca {
public string nome { get; set; }...
asked by
13.07.2017 / 14:40