Beispiel #1
0
 public RequestController(IAutomatonInMemoryContext inMemoryDbContext)
 {
     _inMemoryDbContext = inMemoryDbContext;
 }
Beispiel #2
0
 public JobController(IAutomatonInMemoryContext inMemoryDbContext, IMessageSession messageSession)
 {
     _inMemoryDbContext  = inMemoryDbContext;
     this.messageSession = messageSession;
 }