Exemple #1
0
 public IActionResult GetByColor(string color)
 {
     return(Ok(_personsService.GetPersonsByColor(color)));
 }