Blog.Services.Implementation.CommunityService.Delete C# (CSharp) Method

Delete() public method

public Delete ( int communityId ) : bool
communityId int
return bool
        public bool Delete(int communityId)
        {
            return _communityLogic.Delete(communityId);
        }
    }