public CommentController(IEditorCommentService commentService, UserManager <ApplicationUser> userManager)
 {
     this.commentService = commentService;
     this.userManager    = userManager;
 }
Exemple #2
0
 public CommentController(IEditorCommentService commentService)
 {
     this.commentService = commentService;
 }