public BlogController() { this.postAppService = AppServiceFactory.GetPostAppService(); this.commentAppService = AppServiceFactory.GetCommentAppService(); }
public CommentController() { this.commentAppService = AppServiceFactory.GetCommentAppService(); }