7 lines
162 B
C#
7 lines
162 B
C#
namespace HealthcareManagerUiWebAssem;
|
|
|
|
public class ApplicationSettings
|
|
{
|
|
public string ApiKey { get; set; }
|
|
public string ApiEndpoint { get; set; }
|
|
} |