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