public GetPostsQuery(IReadOnlyPostService postService, IMapper mapper, IHttpContextWriter httpContextWriter) { this.postService = postService; this.mapper = mapper; this.httpContextWriter = httpContextWriter; }
public GetPostQuery(IReadOnlyPostService postService, IMapper mapper) { this.postService = postService; this.mapper = mapper; }