Fixe un warning à la compilation

main
Paul Schneider 8 years ago
parent 6030e65723
commit 9451718a9c
1 changed files with 1 additions and 2 deletions

@ -168,9 +168,8 @@ namespace Yavsc.Controllers
.ToListAsync()); .ToListAsync());
} }
public async Task<IActionResult> Details(long id) public override async Task<IActionResult> Details(long id)
{ {
HairCutQuery command = await _context.HairCutQueries HairCutQuery command = await _context.HairCutQueries
.Include(x => x.Location) .Include(x => x.Location)
.Include(x => x.PerformerProfile) .Include(x => x.PerformerProfile)

Loading…