Esempio n. 1
0
 public List <Village> GetVillages(int characterId = 0)
 {
     return(_gameDataRepository.GetVillages(characterId));
 }