Exemplo n.º 1
0
        public async Task RemovePhoto(int accountId, int contactKey, string computerName)
        {
            var connString = await GetAccountConnectionString(accountId);

            await _infowebAXClientReference.RemovePhoto(connString, contactKey, computerName);
        }