Blog.Services.Implementation.PostContentsService.Delete C# (CSharp) Метод

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

public Delete ( int postContentId ) : bool
postContentId int
Результат bool
        public bool Delete(int postContentId)
        {
            return _postContentsLogic.Delete(postContentId);
        }
    }