🗃️ Mise en BDD de l'attribut skill
continuous-integration/drone/push Build is failing Details

pull/11/head
Pierre Ferreira 2 years ago
parent eefe9f0abd
commit 7182828a05

@ -25,16 +25,6 @@ namespace DTO
//public ChampionClass Class { get; set; }
public string Icon { get; set; }
<<<<<<< Updated upstream
/// <summary>
/// pour plus tard ?
/// </summary>
//public ImmutableHashSet<Skill> Skills { get; set; }
//public ICollection<Skill> Skills { get; set; }
=======
>>>>>>> Stashed changes
public bool equals(ChampionDTO other)
{
return other.Name==this.Name && other.Bio==this.Bio && other.Icon==this.Icon;

Loading…
Cancel
Save