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