aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services.Models/Technology/CreateTechnologyServiceModel.cs
blob: a31d1600a0c4831ef81b4d94d5589402a6866f13 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System;

namespace DevHive.Services.Models.Technology
{
	public class CreateTechnologyServiceModel
	{
		public string Name { get; set; }
	}
}