cleanup
This commit is contained in:
parent
f17202e3bb
commit
ca03b496db
19 changed files with 45 additions and 106 deletions
|
|
@ -15,6 +15,7 @@ namespace Yavsc.Models.Payment {
|
|||
|
||||
[YaRequired]
|
||||
public string ExecutorId { get; set; }
|
||||
|
||||
[ForeignKey("ExecutorId")]
|
||||
public virtual ApplicationUser Executor { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue