public PostModel( ICategoryPostsService postsService, IAdminCommentsService commentsService, IAdminRepliesService repliesService, IUserProfileService userService, UserManager <User> userManager) { this.postsService = postsService; this.commentsService = commentsService; this.repliesService = repliesService; this.userService = userService; this.userManager = userManager; }
public CommentsForTodayDate(IAdminCommentsService commentsService) { this.commentsService = commentsService; }
public CommentsController(IAdminCommentsService commentsService) { this.commentsService = commentsService; }
public CommentsByPostId(IAdminCommentsService commentsService) { this.commentsService = commentsService; }
public CommentsByApproval(IAdminCommentsService commentsService) { this.commentsService = commentsService; }