ArmedCards.BusinessLogic.AppServices.GameRound.Delete.Delete C# (CSharp) Method

Delete() public method

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