ArmedCards.BusinessLogic.AppServices.GameRound.Delete.Delete C# (CSharp) 메소드

Delete() 공개 메소드

public Delete ( ArmedCards.BusinessLogic.DomainServices.GameRound delete ) : System
delete ArmedCards.BusinessLogic.DomainServices.GameRound
리턴 System
        public Delete(DS.Base.IDelete delete)
        {
            this._delete = delete;
        }