Exemple #1
0
 public async Task <Dictionary <int, DateTime> > GetPhotoListAsync(string client1CCode, string excludeAccount,
                                                                   string adLogin) =>
 await ExecuteWithTryCatchAsync <Dictionary <int, DateTime>, WCFServiceRegistrar>(() =>
                                                                                  ServiceRegistrar.GetPhotoListAsync(client1CCode, excludeAccount, adLogin),
                                                                                  new LogShortMessage("Ошибка вызова метода. Метод: {methodName}, client1CCode: {client1CCode}," +
                                                                                                      " excludeAccount: {excludeAccount}, adLogin: {adLogin}.",
                                                                                                      "GetPhotoListAsync", client1CCode, excludeAccount, adLogin));