public UserDeleteHelpers(IManageForumTopics manageForumTopics, IManageForumPosts manageForumPosts, IManageUpDownVotes manageUpDownVotes, IManageTopicSubscriptions manageTopicSubscriptions) { _manageForumTopics = manageForumTopics; _manageForumPosts = manageForumPosts; _manageUpDownVotes = manageUpDownVotes; _manageTopicSubscriptions = manageTopicSubscriptions; }
public DeletePersonalDataModel( UserManager <ApplicationUser> userManager, SignInManager <ApplicationUser> signInManager, ILogger <DeletePersonalDataModel> logger, IManageForumTopics manageForumTopics, IManageForumPosts manageForumposts, IManageUpDownVotes manageUpDownVotes, IManageTopicSubscriptions manageTopicSubscriptions) { _userManager = userManager; _signInManager = signInManager; _logger = logger; _manageForumTopics = manageForumTopics; _manageForumPosts = manageForumposts; _manageUpDownVotes = manageUpDownVotes; _manageTopicSubscriptions = manageTopicSubscriptions; }