Пример #1
0
 internal RegistrationInfo(IRegistrationDeployer deployer)
 {
     RelatedEntities = new List <KeyValuePair <string, Guid> >();
     _Deployer       = deployer;
 }
Пример #2
0
 internal RegistrationInfo(IRegistrationDeployer deployer)
 {
     RelatedEntities = new List<KeyValuePair<string, Guid>>();
     _Deployer = deployer;
 }