コード例 #1
0
 public ExpiringScreeningQuery(PeopleScreeningContext context)
 {
     _context = context;
 }
コード例 #2
0
 public LastScreeningExpirationQuery(PeopleScreeningContext context)
 {
     _context = context;
 }
コード例 #3
0
 public ScreeningNotificationUpdater(PeopleScreeningContext context)
 {
     _context = context;
 }