ChiakiYu.Service.Blogs.BlogService.BlogService C# (CSharp) Méthode

BlogService() public méthode

public BlogService ( long>.IRepository blogRepository ) : System.Collections.Generic
blogRepository long>.IRepository
Résultat System.Collections.Generic
        public BlogService(IRepository<Blog, long> blogRepository)
        {
            _blogRepository = blogRepository;
        }