c# - Foreign key referencing identityuser -
i want know if practice.
i building application more 1 model entities; profile.cs
, social.cs
, skill.cs
etc , want each user have profile, have social link, have special skill , on.
i want know if practice reference entities in identityuser.cs
, if yes, saying identityuser can have more 1 foreign key?
public class profile{ public int id {get;set;} public string name{get;set} public string phone{get;set} } //other properties , entities
Comments
Post a Comment