Beispiel #1
0
 public UserService(IDatabaseQueryService dbQueryService, AbstractNotificationService notificationService,
                    string hostname, EmailService emailService, AbstractAPIKeyService apiKeyService)
 {
     _dbQueryService      = dbQueryService;
     _hostname            = hostname;
     _emailService        = emailService;
     _notificationService = notificationService;
     _apiKeyService       = apiKeyService;
 }