Skip to content

Commit

Permalink
Fix merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Feb 13, 2022
1 parent 1bf1ef0 commit 22a533c
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3664,18 +3664,6 @@ public class IdentityUser : TestModels.AspNetIdentity.IdentityUser
}


public class SelfReferentialEntity
{
public long Id { get; set; }

public SelfReferentialProperty Collection { get; set; }
}

public class SelfReferentialProperty : List<SelfReferentialProperty>
{
}


public class SelfReferentialEntity
{
public long Id { get; set; }
Expand Down

0 comments on commit 22a533c

Please sign in to comment.