feat(esppApi): добавлены методы взятия в работу, выполнения и списания трудозатрат
This commit is contained in:
@@ -5,7 +5,11 @@ namespace PARR.EsppApi.Settings
|
||||
internal class EsppOrderSettings
|
||||
{
|
||||
public string Url { get; set; } = string.Empty;
|
||||
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
public string AccountName { get; set; } = string.Empty;
|
||||
|
||||
public string Password { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user