lieu et date

This commit is contained in:
2017-06-01 21:28:17 +02:00
parent 044142f8dd
commit 410ee5a592
5 changed files with 206 additions and 4 deletions

View File

@ -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 )