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;
Пример #6
0
 public IndividualFactory(IEntityIdFactory <string> entityIdFactory)
 {
     _entityIdFactory = entityIdFactory;
 }
Пример #7
0
 public IndividualFactory(IEntityIdFactory entityIdFactory)
 {
     _entityIdFactory = entityIdFactory;
 }