Beispiel #1
0
 internal Integrations(Context context, Security.SessionServer.Persistence.DataContext dataContext)
 {
     this.dataContext = dataContext;
     this.context     = context;
 }
Beispiel #2
0
 public Integrations(AzureStorageRepository repository, Security.SessionServer.Persistence.DataContext dataContext)
 {
     this.repository  = repository;
     this.dataContext = dataContext;
 }
Beispiel #3
0
 internal Monitoring(Context context, Security.SessionServer.Persistence.DataContext dataContext)
 {
     this.dataContext = dataContext;
     this.context     = context;
 }