Exemplo n.º 1
0
 public UserServices(GswContext context, IDomainEventDispatcher domainEventDispatcher)
 {
     Context                = context;
     _passwordHasher        = new PasswordHasher <DomainUserDto>();
     _domainEventDispatcher = domainEventDispatcher;
 }
Exemplo n.º 2
0
 public BacklogCreateCommandHandler(GswContext gswContext)
 {
     _gswContext = gswContext;
 }