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