public DomainEventsDispatcher(ILifetimeScope lifetimeScope, SmartFridgeAppContext context)
 {
     _lifetimeScope = lifetimeScope;
     _context       = context;
 }
Exemplo n.º 2
0
 public UnitOfWork(SmartFridgeAppContext smartFridgeAppContext, IDomainEventsDispatcher domainEventsDispatcher)
 {
     _smartFridgeAppContext  = smartFridgeAppContext;
     _domainEventsDispatcher = domainEventsDispatcher;
 }