Exemplo n.º 1
0
 public async Task DeleteUnusedSkills(List <int> unusedIds, int userId) =>
 await _skillRepo.DeleteUnused(unusedIds, userId);