mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
mark MappingProfiles used implicitly
This commit is contained in:
parent
d5f5af5570
commit
ea6608b576
1 changed files with 2 additions and 0 deletions
|
|
@ -2,9 +2,11 @@
|
|||
using AutoMapper;
|
||||
using FilterLists.Data.Entities;
|
||||
using FilterLists.Services.FilterList.Models;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace FilterLists.Services.FilterList
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class MappingProfiles : Profile
|
||||
{
|
||||
public MappingProfiles()
|
||||
|
|
|
|||
Loading…
Reference in a new issue