Blog.Services.Implementation.PostContentsService.Delete C# (CSharp) Méthode

Delete() public méthode

public Delete ( int postContentId ) : bool
postContentId int
Résultat bool
        public bool Delete(int postContentId)
        {
            return _postContentsLogic.Delete(postContentId);
        }
    }