ArmedCards.BusinessLogic.AppServices.GameRound.Delete.Delete C# (CSharp) Méthode

Delete() public méthode

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