Example #1
0
        public async Task <string> GetCompanyCoownersHistoryAsync(string userID, string ogrn, string inn, string okpo)
        {
            using (var client = new ApiSkrinClient())
            {
                var response = await client.GetCompanyCoownersHistoryAsync(userID, ogrn, inn, okpo);

                return(JsonConvert.SerializeObject(response));
            }
        }