예제 #1
0
 public async Task ChangeStatusById(Guid id, Status status)
 {
     await _ticketRepository.ChangeStatusById(id, status);
 }