ArmedCards.BusinessLogic.DomainServices.GameRound.Start.Start C# (CSharp) Method

Start() public method

public Start ( ArmedCards.BusinessLogic.AppServices insertGameRound, ArmedCards.BusinessLogic.AppServices dealCards ) : System
insertGameRound ArmedCards.BusinessLogic.AppServices
dealCards ArmedCards.BusinessLogic.AppServices
return System
        public Start(AS.GameRound.Base.IInsert insertGameRound,
					 AS.GamePlayerCard.Base.IDeal dealCards)
        {
            this._insertGameRound = insertGameRound;
            this._dealCards = dealCards;
        }