11 lines
192 B
C#
11 lines
192 B
C#
namespace PARR.EsppApi.Settings
|
|
{
|
|
internal class EsppOrderSettings
|
|
{
|
|
public string Url { get; set; } = string.Empty;
|
|
|
|
//login, pass
|
|
//todo: add othe
|
|
}
|
|
}
|