voir le paiement à l'annulation
This commit is contained in:
parent
f4778083a8
commit
80945ed995
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ namespace Yavsc.Controllers
|
||||||
.Include(x => x.PerformerProfile)
|
.Include(x => x.PerformerProfile)
|
||||||
.Include(x => x.Prestation)
|
.Include(x => x.Prestation)
|
||||||
.Include(x => x.PerformerProfile.Performer)
|
.Include(x => x.PerformerProfile.Performer)
|
||||||
|
.Include(x => x.Regularisation)
|
||||||
.SingleAsync(m => m.Id == id);
|
.SingleAsync(m => m.Id == id);
|
||||||
}
|
}
|
||||||
public async Task<IActionResult> ClientCancel(long id)
|
public async Task<IActionResult> ClientCancel(long id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue