Exemplo n.º 1
0
 public SuggestionController(SuggestionContext context, AccountContext aCContext)
 {
     this.context   = context;
     this.aCContext = aCContext;
 }
Exemplo n.º 2
0
        private string SenderName, SenderEmail, SenderSubject, SenderMessage, ReceiverName, ReceiverEmail; // variables for

        public SuggestionController(SuggestionContext context, EmailContext email, IToastNotification toastNotification)
        {
            _context           = context;
            _email             = email;
            _toastNotification = toastNotification;
        }
Exemplo n.º 3
0
 public SuggestRepository(SuggestionContext suggestionContext)
 {
     _suggestionContext = suggestionContext;
 }
Exemplo n.º 4
0
 public SuggestionController(SuggestionContext context)
 {
     _context = context;
 }