add ForeignKey TransactionID
This commit is contained in:
parent
7aab4bce2d
commit
fd045e17a1
@ -28,5 +28,8 @@ namespace EnotaryoPH.Data.Entities
|
||||
|
||||
[ForeignKey("UserID")]
|
||||
public User User { get; set; }
|
||||
|
||||
[ForeignKey("TransactionID")]
|
||||
public Transaction Transaction { get; set; }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user