8 lines
180 B
C#
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";
|
|
}
|