Fixe un warning à la compilation
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user