Beispiel #1
0
 public async Task EmitAsync <TEvent>(TEvent @event)
 {
     await _context.EmitAsync(@event);
 }