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