Esempio n. 1
0
 public AxeService()
 {
     axeRepository         = new AxeRepositoryImpl();
     enchantmentRepository = new EnchantmentRepositoryImpl();
 }