Beispiel #1
0
 public GetPostsQuery(IReadOnlyPostService postService, IMapper mapper, IHttpContextWriter httpContextWriter)
 {
     this.postService       = postService;
     this.mapper            = mapper;
     this.httpContextWriter = httpContextWriter;
 }
Beispiel #2
0
 public GetPostQuery(IReadOnlyPostService postService, IMapper mapper)
 {
     this.postService = postService;
     this.mapper      = mapper;
 }