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

@@ -72,5 +72,6 @@ namespace Marechai.Database.Models
public virtual License License { get; set; }
public int LicenseId { get; set; }
public string UserId { get; set; }
}
}