Beispiel #1
0
 public IActionResult GetContactListFromState(string name)
 {
     return(Ok(_contactListService.GetItemFromState(name)));
 }