public Handler(IDateTime dateTime, IEventSourcingDistilledDbContext context)
 {
     _context  = context;
     _dateTime = dateTime;
 }
Exemple #2
0
 public Handler(IEventSourcingDistilledDbContext context) => _context = context;
 public Handler(EventSourcingDistilledDbContext context)
 {
     _context = context;
 }