Commit Debut de rework
This commit is contained in:
@@ -27,7 +27,7 @@ namespace LaDOSE.Business.Service
|
||||
|
||||
public override IEnumerable<Game> GetAll()
|
||||
{
|
||||
return _context.Game.Include(e => e.Seasons).ThenInclude(e=>e.Season).ToList();
|
||||
return _context.Game.ToList();
|
||||
}
|
||||
|
||||
public int GetNextFreeOrder()
|
||||
|
||||
Reference in New Issue
Block a user