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

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

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