refact and login
This commit is contained in:
parent
acc34aeee4
commit
e042e34bf7
78 changed files with 2492 additions and 50576 deletions
|
|
@ -10,10 +10,10 @@ namespace Yavsc.Models.Payment {
|
|||
|
||||
public class PayPalPayment : ITrackedEntity
|
||||
{
|
||||
[YaRequired,Key]
|
||||
[Required,Key]
|
||||
public string CreationToken { get; set; }
|
||||
|
||||
[YaRequired]
|
||||
[Required]
|
||||
public string ExecutorId { get; set; }
|
||||
|
||||
[ForeignKey("ExecutorId")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue