public CardEntityKeyGenerator( IAuthenticationHelper authenticationHelper, IIdentityQueueManager identityQueueManager, string rowType) { this.authenticationHelper = authenticationHelper; this.IdentityQueueManager = identityQueueManager; this.RowType = rowType; }
public UserHelper( IAuthenticationHelper authenticationHelper, IIdentityQueueManager identityQueueManager, IQuizCalendar defaultQuizCalendar) { this.authenticationHelper = authenticationHelper; this.identityQueueManager = identityQueueManager; this.defaultQuizCalendar = defaultQuizCalendar; }