Example #1
0
 public void DeleteMove(string nameMove, string idPkmn)
 {
     repository.DeleteMove(nameMove, idPkmn);
 }