LuminousCars
Home
@if (this.User.Identity.Name != null) {
Cars
@if (this.User.IsInRole("Admin")) {
Rents
Users
} }
@RenderBody()
@await RenderSectionAsync("Scripts", required: false)