Пример #1
0
        public async Task DeleteAsync(int profileId)
        {
            var profile = await _profileDataService.GetAsync(profileId);

            await _profileDataService.DeleteAsync(profile);
        }