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

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

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