コード例 #1
0
 public PostReportsController(
     IPostsService postsService,
     IPostReportsService postReportsService)
 {
     this.postsService       = postsService;
     this.postReportsService = postReportsService;
 }
コード例 #2
0
 public PostReportsController(IPostReportsService postReportsService)
 => this.postReportsService = postReportsService;