コード例 #1
0
ファイル: SkierService.cs プロジェクト: FelixStumvoll/hurace
 public Task <Skier?> GetSkierById(int id) => _skierDao.FindByIdAsync(id);