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