ban some user

main
Paul Schneider 7 years ago
parent 7e527baf7a
commit b0c8b873c0
1 changed files with 12 additions and 0 deletions

@ -30,5 +30,17 @@ namespace Yavsc.Models.Access
{ {
get; set; get; set;
} }
[Required]
public string TargetId
{
get; set;
}
[ForeignKey("TargetId")]
public virtual ApplicationUser TargetUser {
get; set;
}
} }
} }

Loading…