public FileTagFactory(IEntityIdFactory entityIdFactory) { _entityIdFactory = entityIdFactory; }
public FactFactory(IEntityIdFactory entityIdFactory) { _entityIdFactory = entityIdFactory; }
public LearningSessionFactory(IEntityIdFactory entityIdFactory) { _entityIdFactory = entityIdFactory; }
public EventFactory(IEntityIdFactory entityIdFactory) => _entityIdFactory = entityIdFactory;
public EventRegistrationFactory(IEntityIdFactory entityIdFactory) => _entityIdFactory = entityIdFactory;
public IndividualFactory(IEntityIdFactory <string> entityIdFactory) { _entityIdFactory = entityIdFactory; }
public IndividualFactory(IEntityIdFactory entityIdFactory) { _entityIdFactory = entityIdFactory; }