Exemple #1
0
 public ReplyReportsController(
     IRepliesService repliesService,
     IReplyReportsService replyReportsService)
 {
     this.repliesService      = repliesService;
     this.replyReportsService = replyReportsService;
 }
 public ReplyReportsController(IReplyReportsService replyReportsService)
 => this.replyReportsService = replyReportsService;