@ViewData["Title"]
@RenderBody()
@inject Rs_system.Services.IConfiguracionService ConfigService @{ var logoUrl = await ConfigService.GetValorOrDefaultAsync("LOGO_FOUNDATION", "/assets/home.png"); var nameShort = await ConfigService.GetValorOrDefaultAsync("NAME_FOUNDATION_SHORT", "Rs_system"); var nameFoundation = await ConfigService.GetValorOrDefaultAsync("NAME_FOUNDATION", "Rs_system"); var descriptionShort = await ConfigService.GetValorOrDefaultAsync("DESCRIPTION_SHORT", "Fundacion sin fines de lucro"); var version = await ConfigService.GetValorOrDefaultAsync("VERSION_SYSTEM", "1.0.0"); }