This commit is contained in:
@@ -10,7 +10,7 @@ namespace AyaNova.Models
|
||||
|
||||
[Required]
|
||||
public long TranslationId { get; set; }
|
||||
|
||||
|
||||
//-------------
|
||||
[EmailAddress]
|
||||
public string EmailAddress { get; set; }
|
||||
@@ -28,6 +28,8 @@ namespace AyaNova.Models
|
||||
public string CurrencyName { get; set; }
|
||||
public bool Hour12 { get; set; }
|
||||
|
||||
public string MapUrlTemplate { get; set; }
|
||||
|
||||
|
||||
//relations
|
||||
//https://docs.microsoft.com/en-us/ef/core/modeling/relationships#other-relationship-patterns
|
||||
|
||||
Reference in New Issue
Block a user