Ejemplo n.º 1
0
 public IActionResult ExampleGet([FromQuery] List <string> portfolioPolicy)
 {
     return(Ok(_example.ExampleMethod()));
 }