feat(esppApi): метод FindOrdersAsync поиска нарядов в АСУ ЕСПП по свойствам

This commit is contained in:
Mikhail Kuznetsov
2023-10-24 12:10:19 +10:00
parent 57a72cfd9f
commit 4d30de36f5
12 changed files with 163 additions and 48 deletions

View File

@@ -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
}
}