mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 11:02:07 +03:00
map improvement
user picture image crop
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MyFriendsAround.Common.Entities
|
||||
{
|
||||
public class PictureInfo
|
||||
{
|
||||
public virtual string UserId { get; set; }
|
||||
public virtual string Picture { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -63,6 +63,7 @@
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>MyFriends.Model.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\PictureInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
|
||||
Reference in New Issue
Block a user