Beispiel #1
0
 public Task <List <SkillEntity> > GetSkills(int userId)
 => _skillRepo.GetListByUserId(userId);