Automapper tweak

per https://stackoverflow.com/a/43118146/2343739
This commit is contained in:
Collin M. Barrett 2017-10-30 05:46:27 -05:00
parent de7f5630bb
commit b5aefb1644

View file

@ -1,10 +1,10 @@
using AutoMapper;
using AutoMapper.Configuration;
using FilterLists.Data.Entities;
using FilterLists.Services.Models;
namespace FilterLists.Services
{
public class MappingProfile : Profile
public class MappingProfile : MapperConfigurationExpression
{
public MappingProfile()
{