aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Configurations/Mapping/RatingMappings.cs
blob: 5da1b0de16d1ea3c19a8d1919c1c59a3149907ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
using AutoMapper;

namespace DevHive.Services.Configurations.Mapping
{
	public class RatingMappings : Profile
	{
		public RatingMappings()
		{

		}
	}
}