ArmedCards.BusinessLogic.AppServices.GameRound.Start.Start C# (CSharp) Метод

Start() публичный Метод

public Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System
startRound ArmedCards.BusinessLogic.DomainServices.GameRound
updateGame Game
Результат System
        public Start(DS.Base.IStart startRound,
					 Game.Base.IUpdate updateGame)
        {
            this._startRound = startRound;
            this._updateGame = updateGame;
        }