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

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