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