コード例 #1
0
 public async Task<LessonRating> GetRatingById(int id)
 {
     return await QueryWorker.GetRatingById(id);
 }