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