示例#1
0
 public Task <StartList?> GetStartListById(int skierId, int raceId) =>
 _startListDao.FindByIdAsync(skierId, raceId);