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