Exemple #1
0
 public IActionResult GetContactFromEmail(string email)
 {
     return(Ok(_contactListService.GetItemFromEmail(email)));
 }