Beispiel #1
0
 public void IncrementMonster(int monsterId, int userId)
 {
     _monsterRepository.IncrementMonster(monsterId, userId);
 }