This commit is contained in:
@@ -12,11 +12,11 @@ namespace AyaNova.Models
|
||||
public long TranslationId { get; set; }
|
||||
|
||||
//-------------
|
||||
[EmailAddress]
|
||||
//[EmailAddress]
|
||||
public string EmailAddress { get; set; }
|
||||
[Phone]
|
||||
// [Phone]
|
||||
public string Phone1 { get; set; }
|
||||
[Phone]
|
||||
//[Phone]
|
||||
public string Phone2 { get; set; }
|
||||
//in v7 this was pager address so not attributing it with Phone as not sure what would be in that field
|
||||
public string Phone3 { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user