Exemplo n.º 1
0
 public GetAllocationByUserIdQueryTests()
 {
     _query = new GetAllocationByUserIdQueryHandler(DbContext);
 }
Exemplo n.º 2
0
 public UnallocateUserCommandTests()
 {
     _commandHandler = new UnallocateUserCommandHandler(DbContext);
     _query          = new GetAllocationByUserIdQueryHandler(DbContext);
 }