Пример #1
0
 public LogMessageAccess(ISecretAuthenticationService authenticationService) : base(authenticationService)
 {
 }
Пример #2
0
 public LogOccurrenceAccess(ISecretAuthenticationService authenticationService) : base(authenticationService)
 {
 }
Пример #3
0
 public LogOccurrenceAccess(ISecretAuthenticationService authenticationService, TenantName tenant)
     : base(tenant, authenticationService)
 {
 }
Пример #4
0
 public TestServiceAccess(ISecretAuthenticationService authentication) : base(authentication)
 {
 }