Exemplo n.º 1
0
 public void AddPlayedDate(int gameId, DateTime playedDate)
 {
     _gameRepository.AddPlayedDate(gameId, playedDate);
 }