Пример #1
0
 public OkResult Delete(int id)
 {
     _repository.DeleteById(id);
     return(Ok());
 }