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

Get() public method

public Get ( int communityId ) : Community
communityId int
return Blog.Common.Contracts.Community
        public Community Get(int communityId)
        {
            return _communityLogic.Get(communityId);
        }