public BlogController(IBlogReadService blogReadService, IArticleStatiscticService articleStatiscticService, IBlogCommandService blogCommandService)
 {
     this.blogReadService = blogReadService;
     this.articleStatiscticService = articleStatiscticService;
     this.blogCommandService = blogCommandService;
 }
 public BlogController(IBlogReadService blogReadService, IArticleStatiscticService articleStatiscticService, IBlogCommandService blogCommandService)
 {
     this.blogReadService          = blogReadService;
     this.articleStatiscticService = articleStatiscticService;
     this.blogCommandService       = blogCommandService;
 }