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