Exemple #1
0
 public async Task <bool> UpdateSkier(Skier skier) =>
 await SkierValidator(skier) && await _skierDao.UpdateAsync(skier);