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

CommunityService() public method

public CommunityService ( ICommunityLogic communityLogic ) : System.Collections.Generic
communityLogic ICommunityLogic
return System.Collections.Generic
        public CommunityService(ICommunityLogic communityLogic)
        {
            _communityLogic = communityLogic;
        }