ArmedCards.BusinessLogic.DomainServices.GameRound.Delete.Delete C# (CSharp) Метод

Delete() публичный Метод

public Delete ( ArmedCards.BusinessLogic.Repositories.GameRound delete ) : System
delete ArmedCards.BusinessLogic.Repositories.GameRound
Результат System
        public Delete(REPO.Base.IDelete delete)
        {
            this._delete = delete;
        }