mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 13:02:05 +03:00
Settings Page (in work)
Fixing Web hosting in Azure
This commit is contained in:
@@ -7,16 +7,10 @@ namespace MyFriendsAround.Common.Entities
|
||||
{
|
||||
public partial class Friend
|
||||
{
|
||||
public virtual double Latitude
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public virtual double Longitude
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public virtual double Latitude { get; set; }
|
||||
public virtual double Longitude { get; set; }
|
||||
public virtual string PictureUrl { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user