Esempio n. 1
0
 public PostService(IBlogService blog, HttpClient httpClient) : base(blog, httpClient)
 {
     Protector = new PostProtector();
 }