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