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