Blog.Logic.Core.PostContentsLogic.PostContentsLogic C# (CSharp) Méthode

PostContentsLogic() public méthode

public PostContentsLogic ( IPostContentRepository postContentRepository ) : System
postContentRepository IPostContentRepository
Résultat System
        public PostContentsLogic(IPostContentRepository postContentRepository)
        {
            _postContentRepository = postContentRepository;
        }