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

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

public Insert ( ArmedCards.BusinessLogic.DomainServices.GameRound insertGameRound ) : System
insertGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
Результат System
        public Insert(DS.Base.IInsert insertGameRound)
        {
            this._insertGameRound = insertGameRound;
        }