Exemple #1
0
 public Identity(MigrationEndpointId id) : this(id.Id, id.ToString())
 {
 }
 public MigrationEndpointIdParameter(MigrationEndpointId id)
 {
     this.MigrationEndpointId = id;
     this.RawIdentity         = id.ToString();
 }