Files
DiunaBI/DiunaBI.UI.Shared/Services/AppConfig.cs
2025-12-10 12:28:36 +01:00

8 lines
180 B
C#

namespace DiunaBI.UI.Shared.Services;
public class AppConfig
{
public string AppName { get; set; } = "DiunaBI";
public string ClientLogo {get; set;} = "pedrollopl.png";
}