Exemple #1
0
 public async Task <AccountsForCheck[]> GetAccountsInfoForCheckDocumentsAsync(string[] accounts) =>
 await ExecuteWithTryCatchAsync <AccountsForCheck[], WCFServiceRegistrar>(() =>
                                                                          ServiceRegistrar.GetAccountsInfoForCheckDocumentsAsync(accounts),
                                                                          new LogShortMessage("Ошибка вызова метода. Метод: {methodName}, accounts: {accounts}.",
                                                                                              "GetAccountsInfoForCheckDocumentsAsync", string.Join(", ", accounts ?? new [] { "null" })));