Example #1
0
 public GetAllocationByUserIdQueryTests()
 {
     _query = new GetAllocationByUserIdQueryHandler(DbContext);
 }
Example #2
0
 public UnallocateUserCommandTests()
 {
     _commandHandler = new UnallocateUserCommandHandler(DbContext);
     _query          = new GetAllocationByUserIdQueryHandler(DbContext);
 }