Merge branch 'master' of http://git2.aycode.com/Adam/AyCode.Core
This commit is contained in:
commit
fb1f968055
|
|
@ -17,7 +17,7 @@ namespace AyCode.Entities.Locations
|
||||||
public LocationBase() { }
|
public LocationBase() { }
|
||||||
|
|
||||||
public LocationBase(double longitude, double latitude, string? address) : this(Guid.NewGuid(), longitude, latitude, address) { }
|
public LocationBase(double longitude, double latitude, string? address) : this(Guid.NewGuid(), longitude, latitude, address) { }
|
||||||
public LocationBase(Guid id, double longitude, double latitude , string address) : this()
|
public LocationBase(Guid id, double longitude, double latitude , string? address) : this()
|
||||||
{
|
{
|
||||||
Id = id;
|
Id = id;
|
||||||
Longitude = longitude;
|
Longitude = longitude;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue