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;
 }