Ejemplo n.º 1
0
 public bool DeletePath(int idChallenge, int idPath)
 {
     return(_challengeRepository.DeletePath(idChallenge, idPath));
 }