Beispiel #1
0
 public IActionResult DeleteById(int id)
 {
     return(Ok(_actorRepository.DeleteById(id)));
 }