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;
Ejemplo n.º 6
0
 public IndividualFactory(IEntityIdFactory <string> entityIdFactory)
 {
     _entityIdFactory = entityIdFactory;
 }
Ejemplo n.º 7
0
 public IndividualFactory(IEntityIdFactory entityIdFactory)
 {
     _entityIdFactory = entityIdFactory;
 }