aboutsummaryrefslogtreecommitdiff
path: root/src/Web/DevHive.Web.Models/Rating/UpdateRatingWebModel.cs
blob: 176c0994ea37ab9157eb859619603be209b2fdbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace DevHive.Web.Models.Rating
{
	public class UpdateRatingWebModel
	{
		public bool IsLike { get; set; }
	}
}