This commit is contained in:
@@ -45,6 +45,14 @@ namespace AyaNova.Models
|
||||
public string Text3 { get; set; }
|
||||
public string Text4 { get; set; }
|
||||
|
||||
//PHYSICAL ADDRESS
|
||||
public string Address { get; set; }
|
||||
public string City { get; set; }
|
||||
public string Region { get; set; }
|
||||
public string Country { get; set; }
|
||||
public decimal? Latitude { get; set; }
|
||||
public decimal? Longitude { get; set; }
|
||||
|
||||
public Unit()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user