aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services.Models/User/ProfilePictureServiceModel.cs
blob: cbe64b2957653d072aeca2604aaf57b96bb02702 (plain) (blame)
1
2
3
4
5
6
7
namespace DevHive.Services.Models.User
{
	public class ProfilePictureServiceModel
	{
		public string ProfilePictureURL { get; set; }
	}
}