Ejemplo n.º 1
0
 public BlogController(IBlogReadService blogReadService, IArticleStatiscticService articleStatiscticService, IBlogCommandService blogCommandService)
 {
     this.blogReadService = blogReadService;
     this.articleStatiscticService = articleStatiscticService;
     this.blogCommandService = blogCommandService;
 }
Ejemplo n.º 2
0
 public BlogController(IBlogReadService readService)
 {
     _readService = readService;
 }
 public BlogController(IBlogReadService blogReadService, IArticleStatiscticService articleStatiscticService, IBlogCommandService blogCommandService)
 {
     this.blogReadService          = blogReadService;
     this.articleStatiscticService = articleStatiscticService;
     this.blogCommandService       = blogCommandService;
 }