Exemple #1
0
 public ADClaimType(ADClaimTypeBase identity)
 {
     base.Identity = identity;
 }
Exemple #2
0
		public ADResourceProperty(ADClaimTypeBase identity)
		{
			base.Identity = identity;
		}
Exemple #3
0
		public ADClaimType(ADClaimTypeBase identity)
		{
			base.Identity = identity;
		}
 public ADResourceProperty(ADClaimTypeBase identity)
 {
     base.Identity = identity;
 }