mise en commentaire pour Drone et Sonar
continuous-integration/drone/push Build is failing Details

pull/1/head
Théo DUPIN 2 years ago
parent b6f28ca3d1
commit 43930e378c

@ -125,6 +125,9 @@ namespace DBDataManager
champions => filterBySkillSubstring(champions, skill)); champions => filterBySkillSubstring(champions, skill));
Task<Champion?> IGenericDataManager<Champion?>.UpdateItem(Champion? oldItem, Champion? newItem) Task<Champion?> IGenericDataManager<Champion?>.UpdateItem(Champion? oldItem, Champion? newItem)
=> context.Champions.toPocos().UpdateItem(oldItem, newItem); {
throw new NotImplementedException();
}
//=> context.Champions.toPocos().UpdateItem(oldItem, newItem);
} }
} }

Loading…
Cancel
Save