Exemple #1
0
 public UserNotifier()
 {
     _context = new DatabaseContext();
 }
Exemple #2
0
 public InfoRepository(IUserNotifier notifier)
 {
     _notifier = notifier;
     _context = new DatabaseContext();
 }