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