command forms :-)
This commit is contained in:
parent
4faee0d856
commit
d232d4a52e
17 changed files with 214 additions and 48 deletions
|
|
@ -89,7 +89,7 @@ namespace Yavsc.Controllers
|
|||
return View("Index");
|
||||
}
|
||||
ViewBag.Activities = _context.ActivityItems(null);
|
||||
return View(_context.Performers.Include(p => p.Performer).Where
|
||||
return View("Book",_context.Performers.Include(p => p.Performer).Where
|
||||
(p => p.Active).OrderBy(
|
||||
x => x.MinDailyCost
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue