Example #1
0
 public void UpdateAccount(Account account)
 {
     _gameDataRepository.UpdateAccount(account);
 }