Ejemplo n.º 1
0
 public ExpiringScreeningQuery(PeopleScreeningContext context)
 {
     _context = context;
 }
 public LastScreeningExpirationQuery(PeopleScreeningContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public ScreeningNotificationUpdater(PeopleScreeningContext context)
 {
     _context = context;
 }