示例#1
0
 public ExpiringScreeningQuery(PeopleScreeningContext context)
 {
     _context = context;
 }
 public LastScreeningExpirationQuery(PeopleScreeningContext context)
 {
     _context = context;
 }
示例#3
0
 public ScreeningNotificationUpdater(PeopleScreeningContext context)
 {
     _context = context;
 }