Blog.Services.Implementation.CommunityService.CommunityService C# (CSharp) 메소드

CommunityService() 공개 메소드

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