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