mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 03:01:46 +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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user