lieu et date
This commit is contained in:
parent
27d06db290
commit
4a2d4829a6
5 changed files with 206 additions and 4 deletions
|
|
@ -281,9 +281,10 @@ namespace Yavsc.Controllers
|
|||
PerformerId = perfer.PerformerId,
|
||||
ClientId = uid,
|
||||
Prestation = pPrestation,
|
||||
Client = user
|
||||
Client = user,
|
||||
Location = new Location { Address = "" },
|
||||
EventDate = new DateTime()
|
||||
};
|
||||
|
||||
return View(result);
|
||||
}
|
||||
private void SetViewData (string activityCode, string performerId, HairPrestation pPrestation )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue