Exemplo n.º 1
0
 public async Task <Result <List <SkillEntity> > > UpdateSkills(List <SkillEntity> skills) =>
 await _skillRepo.UpdateList(skills);