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;
        }