Building successfull urls
This commit is contained in:
parent
a77f42815b
commit
7bca9b1e50
10 changed files with 51 additions and 37 deletions
|
|
@ -76,11 +76,7 @@ namespace Yavsc.Controllers
|
|||
.Include(a=>a.Forms).Include(a=>a.Children)
|
||||
.Where(a=>!a.Hidden)
|
||||
.Where(a=> a.ParentCode==id).OrderByDescending(a=>a.Rate));
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
public IActionResult About()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue