예제 #1
0
 public async Task Reactivate(int id)
 {
     await _reserveRepository.Reactivate(id);
 }