Fix les joueurs Forfait
This commit is contained in:
@@ -80,6 +80,8 @@ namespace LaDOSE.Business.Service
|
|||||||
var allParticipent = tournaments.SelectMany(e => e.Participents).Distinct((a, b) => a.Name == b.Name)
|
var allParticipent = tournaments.SelectMany(e => e.Participents).Distinct((a, b) => a.Name == b.Name)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
|
|
||||||
|
allParticipent.RemoveAll(e => e.Name.StartsWith("[FORFAIT]"));
|
||||||
//USELESS
|
//USELESS
|
||||||
//foreach (var participent in allParticipent)
|
//foreach (var participent in allParticipent)
|
||||||
//{
|
//{
|
||||||
|
|||||||
Reference in New Issue
Block a user