예제 #1
0
 public IActionResult Delete(int id)
 {
     _commandService.DeleteEntity(id);
     return(Ok());
 }