Exemplo n.º 1
0
 public SkillDto DeleteByName(String skillName)
 {
     return(SkillDto.Create(_skillRepository.DeleteByName(skillName)));
 }