Exemple #1
0
 public async Task LoadPDNFromFileAsync(CreditDocumentNResult document1C, double pdnValue) =>
 await ExecuteWithTryCatchAsync <WCFService1C>(() => Service1C.LoadPDNFromFileAsync(document1C, pdnValue),
                                               new LogShortMessage("Ошибка вызова метода. Метод {methodName}, document1C {document1C}, pdnValue {pdnValue}.",
                                                                   "LoadPDNFromFile", document1C, pdnValue));
Exemple #2
0
 public async Task UpdateAccountAndClientInfoAsync(CreditDocumentNResult document1C) =>
 await ExecuteWithTryCatchAsync <WCFService1C>(() =>
                                               Service1C.UpdateAccountAndClientInfoAsync(document1C),
                                               new LogShortMessage("Ошибка вызова метода. Метод {methodName}, document1C {document1C}.",
                                                                   "UpdateAccountAndClientInfo", document1C));