ArmedCards.BusinessLogic.AppServices.GameRoundCard.Insert.Insert C# (CSharp) Méthode

Insert() public méthode

public Insert ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard insertGameRoundCard ) : System
insertGameRoundCard ArmedCards.BusinessLogic.DomainServices.GameRoundCard
Résultat System
        public Insert(DS.Base.IInsert insertGameRoundCard)
        {
            this._insertGameRoundCard = insertGameRoundCard;
        }