예제 #1
0
 public async Task PatchAcceptBookRequestAsync(int lessonId)
 {
     await _bookingService.AcceptLessonRequestAsync(lessonId);
 }