Beispiel #1
0
 public Handler(IDevTvDbContext context) => _context = context;
Beispiel #2
0
 public EventStoreChangedHandler(IDevTvDbContext context)
 {
     _context = context;
 }