feat(esppApi): Заготовка для api
This commit is contained in:
10
PARR.EsppApi/Settings/EsppOrderSettings.cs
Normal file
10
PARR.EsppApi/Settings/EsppOrderSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.EsppApi.Settings
|
||||
{
|
||||
internal class EsppOrderSettings
|
||||
{
|
||||
public string Url { get; set; } = string.Empty;
|
||||
|
||||
//login, pass
|
||||
//todo: add othe
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user