Esempio n. 1
0
 public UserNotifier()
 {
     _context = new DatabaseContext();
 }
Esempio n. 2
0
 public InfoRepository(IUserNotifier notifier)
 {
     _notifier = notifier;
     _context = new DatabaseContext();
 }