Ejemplo n.º 1
0
 public AdvertCommentController(IAdvertService advertService, IAdvertCommentService advertCommentService)
 {
     _advertService        = advertService;
     _advertCommentService = advertCommentService;
 }
Ejemplo n.º 2
0
 public AdvertCommentController(IAdvertCommentService commentService)
 {
     _commentService = commentService;
 }