public SuggestionController(SuggestionContext context, AccountContext aCContext) { this.context = context; this.aCContext = aCContext; }
private string SenderName, SenderEmail, SenderSubject, SenderMessage, ReceiverName, ReceiverEmail; // variables for public SuggestionController(SuggestionContext context, EmailContext email, IToastNotification toastNotification) { _context = context; _email = email; _toastNotification = toastNotification; }
public SuggestRepository(SuggestionContext suggestionContext) { _suggestionContext = suggestionContext; }
public SuggestionController(SuggestionContext context) { _context = context; }