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