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