public void Create(string leagueId, GameVewModel model) { _gamesRepository.Create(leagueId, model); }
public void Update(string leagueId, string gameId, GameVewModel model) { _gamesRepository.Update(leagueId, gameId, model); }