From e071376f8063f57101caa2cd18095e048302e921 Mon Sep 17 00:00:00 2001 From: Louison PARANT Date: Wed, 15 Mar 2023 16:42:42 +0100 Subject: [PATCH] Add Entities and EFManagers --- Sources/APILOL/Mapper/ChampionMapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/APILOL/Mapper/ChampionMapper.cs b/Sources/APILOL/Mapper/ChampionMapper.cs index d8c0bd5..ecd6a18 100644 --- a/Sources/APILOL/Mapper/ChampionMapper.cs +++ b/Sources/APILOL/Mapper/ChampionMapper.cs @@ -42,4 +42,4 @@ namespace APILOL.Mapper return new(entity.Name, entity.Class, entity.Icon, entity.Image.Base64, entity.Bio); } } -} +} \ No newline at end of file