ArmedCards.BusinessLogic.Repositories.GameRound.Select.Select C# (CSharp) Метод

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

public Select ( ArmedCards.DataAccess.GameRound selectGameRound, ArmedCards.BusinessLogic.AppServices selectGameRoundCards ) : System
selectGameRound ArmedCards.DataAccess.GameRound
selectGameRoundCards ArmedCards.BusinessLogic.AppServices
Результат System
        public Select(DAL.Base.ISelect selectGameRound,
					  AS.GameRoundCard.Base.ISelect selectGameRoundCards)
        {
            this._selectGameRound = selectGameRound;
            this._selectGameRoundCards = selectGameRoundCards;
        }