Esempio n. 1
0
 public async Task <IActionResult> EmailExists(string email)
 {
     return(Ok(await _employeesService.EmailExists(email)));
 }