Пример #1
0
 public CommentController(ICommentService commentService, PlMapper profile)
 {
     _commentService = commentService;
     _mapper         = profile.GetMapper();
 }
Пример #2
0
 public ArticleController(IArticleService articleService, PlMapper profile)
 {
     _articleService = articleService;
     _mapper         = profile.GetMapper();
 }