コード例 #1
0
 public async Task Execute(IJobExecutionContext context)
 {
     await _repository.CheckExpiredBookingsAsync();
 }