feat(esppApi): метод FindOrdersAsync поиска нарядов в АСУ ЕСПП по свойствам
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
internal class EsppOrderSettings
|
||||
{
|
||||
public string Url { get; set; } = string.Empty;
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
|
||||
//login, pass
|
||||
//todo: add othe
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user