mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
de7f5630bb
commit
b5aefb1644
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue