示例#1
0
 public NotificationAuditMap(IInternalUserRepository internalUserRepository,
                             INotificationAuditScreenRepository notificationAuditScreenRepository, INotificationUserRepository notificationUserRepository)
 {
     this.internalUserRepository            = internalUserRepository;
     this.notificationAuditScreenRepository = notificationAuditScreenRepository;
     this.notificationUserRepository        = notificationUserRepository;
 }
示例#2
0
 public GetNotificationAuditScreensHandler(IwsContext context, INotificationAuditScreenRepository repository)
 {
     this.context    = context;
     this.repository = repository;
 }