Exemplo n.º 1
0
 public bool DeleteObstacle(int idChallenge, int idPath, int idObstacle)
 {
     return(_challengeRepository.DeleteObstacle(idChallenge, idPath, idObstacle));
 }