Exemple #1
0
 public IActionResult Delete(int id)
 {
     return(Ok(_employeeDirectoryService.DeleteEmployee(id)? "Deleted succesfully." : "Filed to delete!"));
 }