From 7182828a05af92318af2183d248db2447ae2318b Mon Sep 17 00:00:00 2001
From: Pierre Ferreira
Date: Wed, 1 Mar 2023 16:43:01 +0100
Subject: [PATCH] :card_file_box: Mise en BDD de l'attribut skill
---
Sources/DTO/ChampionDTO.cs | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/Sources/DTO/ChampionDTO.cs b/Sources/DTO/ChampionDTO.cs
index b56e6a1..922d56e 100644
--- a/Sources/DTO/ChampionDTO.cs
+++ b/Sources/DTO/ChampionDTO.cs
@@ -25,16 +25,6 @@ namespace DTO
//public ChampionClass Class { get; set; }
public string Icon { get; set; }
-<<<<<<< Updated upstream
- ///
- /// pour plus tard ?
- ///
- //public ImmutableHashSet Skills { get; set; }
-
- //public ICollection Skills { get; set; }
-=======
->>>>>>> Stashed changes
-
public bool equals(ChampionDTO other)
{
return other.Name==this.Name && other.Bio==this.Bio && other.Icon==this.Icon;