コード例 #1
0
 public async Task <Reading> GetReadingByIdAsync(Guid readingId)
 {
     return(await _readingService.GetByIdAsync(readingId));
 }