Link user ID with photo model.

This commit is contained in:
2020-05-31 03:43:32 +01:00
parent f5124215c3
commit 556c5b2062

View File

@@ -71,6 +71,7 @@ namespace Marechai.Database.Models
[Required]
public virtual License License { get; set; }
public int LicenseId { get; set; }
public int LicenseId { get; set; }
public string UserId { get; set; }
}
}