コード例 #1
0
 public BlogController()
 {
     this.postAppService    = AppServiceFactory.GetPostAppService();
     this.commentAppService = AppServiceFactory.GetCommentAppService();
 }
コード例 #2
0
 public CommentController()
 {
     this.commentAppService = AppServiceFactory.GetCommentAppService();
 }