예제 #1
0
 public IActionResult DeleteById(int id)
 {
     return(Ok(_directorRepository.DeleteById(id)));
 }