internal RegistrationInfo(IRegistrationDeployer deployer) { RelatedEntities = new List <KeyValuePair <string, Guid> >(); _Deployer = deployer; }
internal RegistrationInfo(IRegistrationDeployer deployer) { RelatedEntities = new List<KeyValuePair<string, Guid>>(); _Deployer = deployer; }