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

7 lines
119 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";
}