Ejemplo n.º 1
0
 public CommentController(ICommentService commentService, PlMapper profile)
 {
     _commentService = commentService;
     _mapper         = profile.GetMapper();
 }
Ejemplo n.º 2
0
 public ArticleController(IArticleService articleService, PlMapper profile)
 {
     _articleService = articleService;
     _mapper         = profile.GetMapper();
 }