Esempio n. 1
0
 public IActionResult GetEtnia()
 {
     return(Response(_enumService.GetAll <Ethnicity>()));
 }