Esempio n. 1
0
 public void AddCharacter(CharacterDTO Character)
 {
     bddInterf.AddCharacter(Character);
 }