Пример #1
0
 public async Task Disable(int id)
 {
     await _reserveRepository.Disable(id);
 }