示例#1
0
 public EntityIdProviderService(
     IUserContext applicationContext,
     IEntityIdLookupRepository entityIdLookupRepository,
     IQueueDispatcher <IMessage> dispatcher) : base(applicationContext, dispatcher)
 {
     _entityIdLookupRepository = entityIdLookupRepository;
 }