BlogSharp.Core.Impl.Plugins.Pingback.PingbackService.PingbackService C# (CSharp) Method

PingbackService() public method

public PingbackService ( IPostService postService, IHttpClient httpClient ) : System
postService IPostService
httpClient IHttpClient
return System
        public PingbackService(IPostService postService,IHttpClient httpClient)
        {
            this.postService = postService;
            this.httpClient = httpClient;
        }