This commit is contained in:
@@ -34,7 +34,19 @@ namespace AyaNova.Models
|
||||
[NotMapped]
|
||||
public string UnitDescriptionViz { get; set; }
|
||||
|
||||
|
||||
//PHYSICAL ADDRESS
|
||||
[NotMapped]
|
||||
public string AddressViz { get; set; }
|
||||
[NotMapped]
|
||||
public string CityViz { get; set; }
|
||||
[NotMapped]
|
||||
public string RegionViz { get; set; }
|
||||
[NotMapped]
|
||||
public string CountryViz { get; set; }
|
||||
[NotMapped]
|
||||
public decimal? LatitudeViz { get; set; }
|
||||
[NotMapped]
|
||||
public decimal? LongitudeViz { get; set; }
|
||||
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user