Files
DiunaBI/DiunaBI.UI.Shared/Services/AppConfig.cs

8 lines
180 B
C#
Raw Normal View History

2025-11-28 11:44:19 +01:00
namespace DiunaBI.UI.Shared.Services;
public class AppConfig
{
public string AppName { get; set; } = "DiunaBI";
2025-12-10 12:28:36 +01:00
public string ClientLogo {get; set;} = "pedrollopl.png";
2025-11-28 11:44:19 +01:00
}